X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9e62f1a6572dd1d450d6127c553f8eb8cd0be73c..bb1c50d88b1032fc5f4c338a4038b4c5e8fe0de6:/tests/conflicts.at?ds=sidebyside diff --git a/tests/conflicts.at b/tests/conflicts.at index 5325b69e..8633d8d4 100644 --- a/tests/conflicts.at +++ b/tests/conflicts.at @@ -74,12 +74,13 @@ int main (void) assert (T < U); assert (U < V); assert (V < W); + return 0; } ]]) AT_FULL_COMPILE([input]) -AT_CHECK([./input]) +AT_PARSER_CHECK([./input]) AT_BISON_OPTION_POPDEFS