]> git.saurik.com Git - bison.git/blobdiff - tests/cxx-type.at
(MUSCLE_TAB_H_): Was misspelled as MUSCLE_TAB_H_.
[bison.git] / tests / cxx-type.at
index d41c361dac075430dc8609981a0ac4e2666af4fa..df85fd7e9ebe099dec8a2fcf3b42ef336a32e190 100644 (file)
@@ -183,7 +183,7 @@ z + q;
 This is total garbage, but it should be ignored.
 ]])
 
-AT_CHECK([bison types.y -o types.c], 0, [], ignore)
+AT_CHECK([bison -o types.c types.y], 0, [], ignore)
 AT_COMPILE([types])
 ])