]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
Revert 2009-12-30 change for undefined %prec token complaints.
[bison.git] / tests / input.at
index 71fc3562392de0ad9e7aea7bc608d528f287e2f1..64a18093465c35065da9954479ac217ea6ca2b45 100644 (file)
@@ -806,8 +806,8 @@ AT_DATA([[input.y]],
 start: %prec PREC ;
 ]])
 
-AT_BISON_CHECK([[input.y]], [[1]], [],
-[[input.y:2.8-17: token for %prec is not defined: PREC
+AT_BISON_CHECK([[input.y]], [[0]], [],
+[[input.y:2.8-17: warning: token for %prec is not defined: PREC
 ]])
 
 AT_CLEANUP