* tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up

pattern.
This commit is contained in:
Akim Demaille
2001-11-05 09:18:31 +00:00
parent d61c57b70c
commit 3c5d71ca8b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2001-11-05 Akim Demaille <akim@epita.fr>
* tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
pattern.
2001-11-05 Akim Demaille <akim@epita.fr>
* src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do

View File

@@ -197,7 +197,7 @@ AT_CHECK([bison --defines=$1.h $1.y])
# CPP should be happy with it.
AT_CHECK([$CC -E $1.h], 0, [ignore])
AT_CLEANUP($1.y)
AT_CLEANUP($1.*)
])
AT_TEST_CPP_GUARD_H([input/input])