bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in c++.at


From: twlevo
Subject: typo in c++.at
Date: Sat, 22 Jan 2005 14:35:45 +0100 (CET)
User-agent: SquirrelMail/1.4.3a

This looks like a typo in c++.at in bison-2.0a-cvs
 of today: (test 116 and 117)

- changed the AT_CHECK() as below to fix it
  should be `bison [options] [file]'

dnl (old) AT_CHECK([bison input.yy -o input.cc], 0)
AT_CHECK([bison -o input.cc input.yy ], 0)

this is what happened at `make maintainer-check'
116. c++.at:102: testing ...
c++.at:102: bison input.yy -o input.cc
--- /dev/null   1994-07-17 23:46:18.000000000 +0000
+++ /usr4/bison-cvs/test/bison/tests/testsuite.dir/at-stderr    2005-01-22
15:55:56.000000000 +0000
@@ -0,0 +1,2 @@
+/usr4/cd27/bison-cvs/test/bison/tests/.././src/bison: extra operand `-o'
+Try `/usr4/bison-cvs/test/bison/tests/.././src/bison --help' for more
information.
c++.at:102: exit code was 1, expected 0
116. c++.at:102: 116. Doxygen Public Documentation (c++.at:102): FAILED
(c++.at:102)

117. c++.at:103: testing ...
c++.at:103: bison input.yy -o input.cc
--- /dev/null   1994-07-17 23:46:18.000000000 +0000
+++ /usr4/bison-cvs/test/bison/tests/testsuite.dir/at-stderr    2005-01-22
15:55:56.000000000 +0000
@@ -0,0 +1,2 @@
+/usr4/cd27/bison-cvs/test/bison/tests/.././src/bison: extra operand `-o'
+Try `/usr4/bison-cvs/test/bison/tests/.././src/bison --help' for more
information.
c++.at:103: exit code was 1, expected 0
117. c++.at:103: 117. Doxygen Private Documentation (c++.at:103): FAILED
(c++.at:103)

Thanks






reply via email to

[Prev in Thread] Current Thread [Next in Thread]