X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d9df47b656fd1757f1f36c8f3d823ca9ca5bfe91..6bbb2ed5efc60128f52a542f0b8fb8337aa694fe:/tests/cxx-type.at diff --git a/tests/cxx-type.at b/tests/cxx-type.at index cb378284..0725bfc1 100644 --- a/tests/cxx-type.at +++ b/tests/cxx-type.at @@ -345,7 +345,7 @@ z + q; This is total garbage, but it should be ignored. ]]) -AT_CHECK([bison -o types.c types.y], 0, [], ignore) +AT_BISON_CHECK([-o types.c types.y], 0, [], ignore) AT_COMPILE([types]) AT_BISON_OPTION_POPDEFS ])