]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
%define push_pull -> %define api.push_pull. Discussed starting at
[bison.git] / tests / input.at
index 2e12ac6f78d2c53be1aa142f36b97b791e0d8421..883b201166036aea5705ffcdc71a53c17fd7cefc 100644 (file)
@@ -848,13 +848,13 @@ AT_CLEANUP
 AT_SETUP([[%define enum variables]])
 
 AT_DATA([[input.y]],
-[[%define push_pull "neither"
+[[%define api.push_pull "neither"
 %%
 start: ;
 ]])
 
 AT_CHECK([[bison input.y]], [1], [],
-[[input.y:1.9-17: invalid value for %define variable `push_pull': `neither'
+[[input.y:1.9-21: invalid value for %define variable `api.push_pull': `neither'
 ]])
 
 AT_CLEANUP