]> git.saurik.com Git - bison.git/blobdiff - tests/conflicts.at
maint: fix syntax-check issues
[bison.git] / tests / conflicts.at
index 5325b69e2742ac143930cf6c9ed9d346e13f76e2..8633d8d42cce3c5cdbdd0cafb6f05791dc9f91a2 100644 (file)
@@ -74,12 +74,13 @@ int main (void)
   assert (T < U);
   assert (U < V);
   assert (V < W);
   assert (T < U);
   assert (U < V);
   assert (V < W);
+  return 0;
 }
 ]])
 
 AT_FULL_COMPILE([input])
 
 }
 ]])
 
 AT_FULL_COMPILE([input])
 
-AT_CHECK([./input])
+AT_PARSER_CHECK([./input])
 
 AT_BISON_OPTION_POPDEFS
 
 
 AT_BISON_OPTION_POPDEFS