]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
regen.
[bison.git] / tests / headers.at
index 0729f446ff60b3fea691e1a7e9d7d27a89e68a41..a28f2e1bd72cb94ccb60d9fee917f6d4b6ab4ac1 100644 (file)
 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.  ##
 ## --------------------- ##