From ff8908ff28106ef9891cb1898d18a0624b2b40dd Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 17 Mar 2002 13:16:27 +0000 Subject: * gcc.dg/cpp/wchar-1.c: Update. From-SVN: r50914 --- gcc/testsuite/gcc.dg/cpp/wchar-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/testsuite/gcc.dg/cpp/wchar-1.c') 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 -- cgit v1.1