]> git.saurik.com Git - bison.git/blobdiff - tests/regression.at
* tests/regression.at (Invalid input): Remove, duplicate with
[bison.git] / tests / regression.at
index fea4a6624401493d40d57ecfd96c2650bd013d2e..abdaff5dcb3287b53afd2db7905e3e57c38477eb 100644 (file)
@@ -112,26 +112,6 @@ AT_CHECK([fgrep '//*' union-comment.tab.c], [1], [])
 AT_CLEANUP([union-comment.*])
 
 
-## --------------- ##
-## invalid input.  ##
-## --------------- ##
-
-
-AT_SETUP([Invalid input])
-
-AT_DATA([input.y],
-[[%%
-?
-]])
-
-AT_CHECK([bison input.y], [1], [],
-[input.y:2: invalid input: `?'
-input.y:3: fatal error: no rules in the input grammar
-])
-
-AT_CLEANUP
-
-
 ## ----------------- ##
 ## Invalid input 1.  ##
 ## ----------------- ##