* gcc.dg/cpp/wchar-1.c: Update.
From-SVN: r50914
This commit is contained in:
parent
ba82f58bf1
commit
ff8908ff28
@ -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.
|
||||
|
@ -15,7 +15,7 @@ int main ()
|
||||
if (c > 0)
|
||||
abort ();
|
||||
#else
|
||||
if (c < 0)
|
||||
if (c < 0) /* { dg-warning "always false" } */
|
||||
abort ();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user