diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-03-17 13:16:27 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-03-17 13:16:27 +0000 |
commit | ff8908ff28106ef9891cb1898d18a0624b2b40dd (patch) | |
tree | 8bab92c2945acfa7228993ae390543fc3e8d8f64 /gcc/testsuite/gcc.dg/cpp/wchar-1.c | |
parent | ba82f58bf1dbd9e183936303dd908494980aefd1 (diff) | |
download | gcc-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.c | 2 |
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 |