diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/wchar-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/wchar-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/wchar-1.c b/gcc/testsuite/gcc.dg/cpp/wchar-1.c index f93c1cd..80e8217 100644 --- a/gcc/testsuite/gcc.dg/cpp/wchar-1.c +++ b/gcc/testsuite/gcc.dg/cpp/wchar-1.c @@ -15,7 +15,7 @@ int main () if (c > 0) abort (); #else - if (c < 0) + if (c < 0) /* { dg-warning "always false" } */ abort (); #endif |