bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/4] tests: remove test covered elsewhere.


From: Akim Demaille
Subject: [PATCH 2/4] tests: remove test covered elsewhere.
Date: Sun, 17 Jun 2012 19:54:39 +0200

* tests/headers.at (%union and --defines): Remove, pretty useless and
insignificant.
---
 tests/headers.at |   22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/tests/headers.at b/tests/headers.at
index 0729f44..a28f2e1 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.  ##
 ## --------------------- ##
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]