Index: gcc/gcc/testsuite/gcc.dg/cpp/escape-2.c |
diff --git a/gcc/gcc/testsuite/gcc.dg/cpp/escape-2.c b/gcc/gcc/testsuite/gcc.dg/cpp/escape-2.c |
index e79fa91cbe9e558cca2c4fb114b291c2eee6593f..902fad3a2c2e0a7c8e751bf9b0026a08dcef04b5 100644 |
--- a/gcc/gcc/testsuite/gcc.dg/cpp/escape-2.c |
+++ b/gcc/gcc/testsuite/gcc.dg/cpp/escape-2.c |
@@ -1,7 +1,7 @@ |
/* Copyright (C) 2001 Free Software Foundation, Inc. */ |
/* { dg-do compile } */ |
-/* { dg-options "-pedantic -std=c99 -fno-show-column" } */ |
+/* { dg-options "-pedantic -std=c99" } */ |
/* This tests various diagnostics with -pedantic about escape |
sequences, for both the preprocessor and the compiler. |