From e178c6c2e07e42cac5e8a64b9210c7c6f0e25cf9 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 17 Mar 2002 17:09:01 +0000 Subject: * gcc.dg/cpp/wchar-1.c: Revert previous change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50921 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.dg/cpp/wchar-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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 -- cgit v1.2.3