]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
Use more accurate diagnostics, e.g.
[bison.git] / tests / headers.at
index c7fb8083e991d318ea81d0696824cac621208f46..c7f35c43ba584d300fb8856fa1bd8ccfe54df7e3 100644 (file)
@@ -105,7 +105,7 @@ my_error (const char *msg)
 exp:;
 ])
 
-AT_CHECK([bison --defines input.y -o input.c])
+AT_CHECK([bison --defines -o input.c input.y])
 
 # YYLTYPE should be defined, and MY_LLOC declared.
 AT_DATA([caller.c],