From 62e7071bd511488edfece9e4ef68dcdd788b1e71 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 17 Mar 2002 17:09:01 +0000 Subject: [PATCH] * gcc.dg/cpp/wchar-1.c: Revert previous change. From-SVN: r50921 --- gcc/testsuite/gcc.dg/cpp/wchar-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2