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