]> git.saurik.com Git - bison.git/blobdiff - tests/push.at
Complain about unused %define variables and %code qualifiers.
[bison.git] / tests / push.at
index 831be0c06311a660718e2520de038334b31ed4bc..4c548fd9a69f029e769e86a5fc5a56d6d4512005 100644 (file)
@@ -161,8 +161,8 @@ AT_DATA([[input.y]],
 start: ;
 ]])
 
-AT_BISON_CHECK([[input.y]], [0], [],
-[[input.y:2.9-21: warning: %define variable `api.push-pull' is not used
+AT_BISON_CHECK([[input.y]], [[1]], [],
+[[input.y:2.9-21: %define variable `api.push-pull' is not used
 ]])
 
 AT_CLEANUP