From: Neil Booth Date: Sun, 17 Mar 2002 13:16:27 +0000 (+0000) Subject: * gcc.dg/cpp/wchar-1.c: Update. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff8908ff28106ef9891cb1898d18a0624b2b40dd;p=gcc.git * gcc.dg/cpp/wchar-1.c: Update. From-SVN: r50914 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 13772f10097..42b5fb7a6aa 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-03-17 Neil Booth + + * gcc.dg/cpp/wchar-1.c: Update. + 2002-03-16 Nathan Sidwell * g++.dg/template/conv1.C: New test. diff --git a/gcc/testsuite/gcc.dg/cpp/wchar-1.c b/gcc/testsuite/gcc.dg/cpp/wchar-1.c index f93c1cd4ec0..80e8217cca5 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