]> git.saurik.com Git - bison.git/blobdiff - tests/reduce.at
* src/reduce.c (reduce_output): Formatting changes.
[bison.git] / tests / reduce.at
index 08601d509415f1b2139bc9b214241235ea8261d2..73856df91cffb323624eec4c34f57cd071651c73 100644 (file)
@@ -44,10 +44,12 @@ AT_DATA([[input.y]],
 exp: useful;
 ]])
 
-AT_CHECK([[bison input.y]])
+AT_CHECK([[bison input.y]], 0, [],
+[[input.y contains 9 useless nonterminals
+]])
 
 AT_CHECK([[sed -n '/^Grammar/q;/^$/!p' input.output]], 0,
-[[Terminals which are not used:
+[[Useless nonterminals:
    useless1
    useless2
    useless3