From: Akim Demaille Date: Mon, 26 Nov 2001 15:25:10 +0000 (+0000) Subject: Typo. X-Git-Tag: BISON-1_30e~1 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/af4483a0abb7bc063a8feb0c2926628370c9bbc7 Typo. --- diff --git a/tests/regression.at b/tests/regression.at index 046459bc..f6b5fe0d 100644 --- a/tests/regression.at +++ b/tests/regression.at @@ -279,7 +279,7 @@ expr: } ]]) -AT_CHECK([bison input.y input.c -v], 0, [], []) +AT_CHECK([bison input.y -o input.c -v], 0, [], []) # Check the contents of the report. AT_CHECK([cat input.output], [],