]> git.saurik.com Git - bison.git/blobdiff - tests/calc.at
In verbose parse error message, don't report `error' as an
[bison.git] / tests / calc.at
index 161ba9c2b405ffd5d6215838c616c3d756a15b59..8875f9cd1ad407071551dd455d19b5353bc50695 100644 (file)
@@ -419,7 +419,7 @@ calc: error: 0 != 1])
 # Add a studid example demonstrating that Bison can further improve the
 # error message.  FIXME: Fix this ridiculous message.
 _AT_CHECK_CALC_ERROR([$1], [()], [21],
-[1.2-1.3: parse error, unexpected ')', expecting error or "number" or '-' or '('])
+[1.2-1.3: parse error, unexpected ')', expecting "number" or '-' or '('])
 
 AT_CLEANUP
 ])# AT_CHECK_CALC