(Torturing the Scanner): Adjust to lack of quotes in diagnostics.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Apr 2005 08:12:56 +0000 (08:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Apr 2005 08:12:56 +0000 (08:12 +0000)
tests/input.at

index 886c14a..9fd201c 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
 ]])