From: Akim Demaille Date: Mon, 12 Nov 2001 09:15:03 +0000 (+0000) Subject: * tests/regression.at (Invalid input): Remove, duplicate with X-Git-Tag: BISON-1_30b~12 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b6cac93afac1d7b75de992758e87081f40451ea8?ds=inline * tests/regression.at (Invalid input): Remove, duplicate with ``Invalid input: 1''. --- diff --git a/ChangeLog b/ChangeLog index 069e3c73..5ff22d3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-11-12 Akim Demaille + + * tests/regression.at (Invalid input): Remove, duplicate with + ``Invalid input: 1''. + + 2001-11-12 Akim Demaille * tests/torture.at (AT_DATA_STACK_TORTURE) diff --git a/tests/regression.at b/tests/regression.at index fea4a662..abdaff5d 100644 --- a/tests/regression.at +++ b/tests/regression.at @@ -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. ## ## ----------------- ##