From eb83259dc179d5facd1478ffa3a5dada0296e071 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 17 Jun 2012 18:03:24 +0200 Subject: [PATCH] tests: remove test covered elsewhere. * 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 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. ## ## --------------------- ## -- 2.50.0