Commit ff8908ff by Neil Booth Committed by Neil Booth

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

From-SVN: r50914
parent ba82f58b
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment