mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
tests: remove test covered elsewhere.
* tests/headers.at (%union and --defines): Remove, pretty useless and insignificant.
This commit is contained in:
@@ -19,28 +19,6 @@
|
|||||||
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. ##
|
||||||
## --------------------- ##
|
## --------------------- ##
|
||||||
|
|||||||
Reference in New Issue
Block a user