* gcc.dg/cpp/wchar-1.c: Update.

From-SVN: r50914
This commit is contained in:
Neil Booth 2002-03-17 13:16:27 +00:00 committed by Neil Booth
parent ba82f58bf1
commit ff8908ff28
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/wchar-1.c: Update.
2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/template/conv1.C: New test.

View File

@ -15,7 +15,7 @@ int main ()
if (c > 0)
abort ();
#else
if (c < 0)
if (c < 0) /* { dg-warning "always false" } */
abort ();
#endif