]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
* src/reader.h, src/reader.c (symbol_list, symbol_list_new)
[bison.git] / tests / input.at
index 548032de927e465e802feeb4914bb04d6bb2d144..8c952aa9d900d63fa20dc4e0127cf6b2c21f91dc 100644 (file)
@@ -57,7 +57,7 @@ exp: { $$ = $1 ; };
 ]])
 
 AT_CHECK([bison input.y], [1], [],
-[[input.y:2: invalid value: $1
+[[input.y:2.6-14: invalid value: $1
 ]])
 
 AT_CLEANUP