]> git.saurik.com Git - bison.git/commitdiff
tests: remove test covered elsewhere.
authorAkim Demaille <akim@lrde.epita.fr>
Sun, 17 Jun 2012 16:03:24 +0000 (18:03 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Sun, 17 Jun 2012 17:37:07 +0000 (19:37 +0200)
* tests/headers.at (%union and --defines): Remove, pretty useless and
insignificant.

tests/headers.at

index 0729f446ff60b3fea691e1a7e9d7d27a89e68a41..a28f2e1bd72cb94ccb60d9fee917f6d4b6ab4ac1 100644 (file)
 AT_BANNER([[Parser Headers.]])
 
 
 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.  ##
 ## --------------------- ##
 ## --------------------- ##
 ## Invalid CPP headers.  ##
 ## --------------------- ##