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. ## ## --------------------- ##