* tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error

message.
This commit is contained in:
Akim Demaille
2003-03-02 13:36:55 +00:00
parent 95b52400d5
commit d5286af19b
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View 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