* README: Mention m4 1.4.3. Remove obsolete advice about
[bison.git] / tests / calc.at
index 97d1d9182298748920335ffecca207ea6b3a404f..db92f70019ec79b2c68e33087010e51d58be2cf8 100644 (file)
@@ -480,7 +480,7 @@ _AT_CHECK_CALC_ERROR([$1], [1],
                      [16],
                      [2.0: syntax error, unexpected '+'])
 # Exercise error messages with EOF: work on an empty file.
-_AT_CHECK_CALC_ERROR([$1], [1], [/dev/null], [5],
+_AT_CHECK_CALC_ERROR([$1], [1], [/dev/null], [4],
                      [1.0: syntax error, unexpected end of input])
 
 # Exercise the error token: without it, we die at the first error,