]> git.saurik.com Git - bison.git/commitdiff
* tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
authorAkim Demaille <akim@epita.fr>
Sun, 2 Mar 2003 13:36:55 +0000 (13:36 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 2 Mar 2003 13:36:55 +0000 (13:36 +0000)
message.

ChangeLog
tests/regression.at

index c116935e2aa867ef034ef8a0b0ba2f030ec1b42a..7b5df644946094410bb561daa6c1b0164080e24a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-02  Akim Demaille  <akim@epita.fr>
+
+       * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
+       message.
+
 2003-03-02  Akim Demaille  <akim@epita.fr>
 
        * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
index 1d0a5e148256ef9a509afec9cd04caf3c573e489..59eddbb22964be57802530cc20d3303a8fca9111 100644 (file)
@@ -784,7 +784,7 @@ AT_CHECK([bison -o dancer.c dancer.y])
 AT_LALR1_CC_IF([AT_COMPILE_CXX([dancer])],
                [AT_COMPILE([dancer])])
 AT_PARSER_CHECK([./dancer], 1, [],
-[syntax error, unexpected ':', expecting ARROW or INVALID or DATA or '<'
+[syntax error, unexpected ':'
 ])
 AT_BISON_OPTION_POPDEFS
 AT_CLEANUP