aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/wchar-1.c
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2002-03-17 13:16:27 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-03-17 13:16:27 +0000
commitff8908ff28106ef9891cb1898d18a0624b2b40dd (patch)
tree8bab92c2945acfa7228993ae390543fc3e8d8f64 /gcc/testsuite/gcc.dg/cpp/wchar-1.c
parentba82f58bf1dbd9e183936303dd908494980aefd1 (diff)
downloadgcc-ff8908ff28106ef9891cb1898d18a0624b2b40dd.zip
gcc-ff8908ff28106ef9891cb1898d18a0624b2b40dd.tar.gz
gcc-ff8908ff28106ef9891cb1898d18a0624b2b40dd.tar.bz2
* gcc.dg/cpp/wchar-1.c: Update.
From-SVN: r50914
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/wchar-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/wchar-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/wchar-1.c b/gcc/testsuite/gcc.dg/cpp/wchar-1.c
index f93c1cd..80e8217 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