From: Neil Booth Date: Sun, 17 Mar 2002 17:09:01 +0000 (+0000) Subject: * gcc.dg/cpp/wchar-1.c: Revert previous change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62e7071bd511488edfece9e4ef68dcdd788b1e71;p=gcc.git * gcc.dg/cpp/wchar-1.c: Revert previous change. From-SVN: r50921 --- diff --git a/gcc/testsuite/gcc.dg/cpp/wchar-1.c b/gcc/testsuite/gcc.dg/cpp/wchar-1.c index 80e8217cca5..f93c1cd4ec0 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) /* { dg-warning "always false" } */ + if (c < 0) abort (); #endif