Commit 62e7071b by Neil Booth

* gcc.dg/cpp/wchar-1.c: Revert previous change.

From-SVN: r50921
parent a46ccd1b
...@@ -15,7 +15,7 @@ int main () ...@@ -15,7 +15,7 @@ int main ()
if (c > 0) if (c > 0)
abort (); abort ();
#else #else
if (c < 0) /* { dg-warning "always false" } */ if (c < 0)
abort (); abort ();
#endif #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