X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1154ccedaf2f504455446e484932c5c9ffd2a18e..be14ade55e5f208324e22921b385b4410b33b438:/tests/headers.at diff --git a/tests/headers.at b/tests/headers.at index c7fb8083..c7f35c43 100644 --- a/tests/headers.at +++ b/tests/headers.at @@ -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],