From: Akim Demaille Date: Sun, 17 Jun 2012 16:03:24 +0000 (+0200) Subject: tests: remove test covered elsewhere. X-Git-Tag: v2.6~68 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/eb83259dc179d5facd1478ffa3a5dada0296e071 tests: remove test covered elsewhere. * tests/headers.at (%union and --defines): Remove, pretty useless and insignificant. --- diff --git a/tests/headers.at b/tests/headers.at index 0729f446..a28f2e1b 100644 --- a/tests/headers.at +++ b/tests/headers.at @@ -19,28 +19,6 @@ AT_BANNER([[Parser Headers.]]) -## ---------------------- ## -## %union and --defines. ## -## ---------------------- ## - - -AT_SETUP([%union and --defines]) - -AT_DATA([input.y], -[%union -{ - int integer; - char *string ; -} -%% -exp: {}; -]) - -AT_BISON_CHECK([--defines input.y]) - -AT_CLEANUP - - ## --------------------- ## ## Invalid CPP headers. ## ## --------------------- ##