Index: gcc/gcc/testsuite/gcc.dg/cpp/empty-include.c |
diff --git a/gcc/gcc/testsuite/gcc.dg/cpp/empty-include.c b/gcc/gcc/testsuite/gcc.dg/cpp/empty-include.c |
index f0f5b40bc1bc1faecc63e057087233e203dbda6e..6b6c0753f56c3b1992e449472cd64694f9d00589 100644 |
--- a/gcc/gcc/testsuite/gcc.dg/cpp/empty-include.c |
+++ b/gcc/gcc/testsuite/gcc.dg/cpp/empty-include.c |
@@ -9,5 +9,6 @@ |
*/ |
/* { dg-do preprocess } */ |
-#include "" /* { dg-error "empty" "error on empty filename in include" } */ |
+/* { dg-options "-fshow-column" } */ |
+#include "" /* { dg-error "10:empty" "error on empty filename in include" } */ |
int x; /* Otherwise we have an empty file and get more errors. */ |