summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-29 09:56:39 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-29 09:56:39 +0000
commita7ab8523008e04839f98841e0a0d328f4ee50aee (patch)
tree026fb6fecfc366d8aad4bc12c5686e6377392186 /gcc/testsuite/gcc.dg/cpp
parent953073286e6213524c8e1d07566cbcd11201ac3a (diff)
downloadgcc-a7ab8523008e04839f98841e0a0d328f4ee50aee.tar.gz
* ChangeLog from my previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127893 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/empty-include.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/empty-include.c b/gcc/testsuite/gcc.dg/cpp/empty-include.c
index 6b5a47cbba7..f0f5b40bc1b 100644
--- a/gcc/testsuite/gcc.dg/cpp/empty-include.c
+++ b/gcc/testsuite/gcc.dg/cpp/empty-include.c
@@ -8,6 +8,6 @@
* We should get an error.
*/
-/* {dg-do preprocess} */
+/* { dg-do preprocess } */
#include "" /* { dg-error "empty" "error on empty filename in include" } */
int x; /* Otherwise we have an empty file and get more errors. */