diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/c94-pedantic.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/c94-pedantic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/c94-pedantic.c b/gcc/testsuite/gcc.dg/cpp/c94-pedantic.c index 589d23c..1c12164 100644 --- a/gcc/testsuite/gcc.dg/cpp/c94-pedantic.c +++ b/gcc/testsuite/gcc.dg/cpp/c94-pedantic.c @@ -6,5 +6,5 @@ /* This file is for testing the preprocessor in -std=iso9899:199409 -pedantic mode. Neil Booth, 2 Dec 2000. */ -#if 1LL /* { dg-warning "too many" } */ +#if 1LL /* { dg-warning "long long" } */ #endif |