diff options
| -rw-r--r-- | gcc/testsuite/gcc.dg/cpp-if1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp-if1.c b/gcc/testsuite/gcc.dg/cpp-if1.c index d3b078f..9b7c8d3 100644 --- a/gcc/testsuite/gcc.dg/cpp-if1.c +++ b/gcc/testsuite/gcc.dg/cpp-if1.c @@ -21,10 +21,10 @@ #if 1.2 /* { dg-error "loating point numbers" "floating point in #if" } */ #endif -#if 4uu /* { dg-error "(too many|two) `u'" "too many suffixes" } */ +#if 4uu /* { dg-error "too many 'u'" "too many suffixes" } */ #endif -#if 124123231lll /* { dg-error "too many `l'" "too many suffixes" } */ +#if 124123231lll /* { dg-error "too many 'l'" "too many suffixes" } */ #endif #if 099 /* { dg-error "digits beyond the radix" "decimal in octal constant" } */ |
