(Torturing the Scanner): Adjust to lack of quotes in diagnostics.

This commit is contained in:
Paul Eggert
2005-04-17 08:12:56 +00:00
parent 72f000b088
commit ba20a26459

View File

@@ -132,7 +132,7 @@ AT_SETUP([Torturing the Scanner])
AT_DATA([input.y], [])
AT_CHECK([bison input.y], [1], [],
[[input.y:1.1: syntax error, unexpected "end of file"
[[input.y:1.1: syntax error, unexpected end of file
]])