]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
(Torturing the Scanner): Adjust to lack of quotes in diagnostics.
[bison.git] / tests / input.at
index 886c14add0ebef8e5797f7254ecd8a37f3c5e9c2..9fd201c8340ec7d4de3ba2f4fd1607219686097e 100644 (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
 ]])