diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-04 01:44:12 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-04 01:44:12 +0000 |
commit | bad3c76d531f984716d4c585046d7f254fd88e86 (patch) | |
tree | af9415eec3bed75471bca60d5f6303811cb23b68 | |
parent | 6719cc92e8cd172434a8c426bd9311a5f31b3c47 (diff) | |
download | gcc-bad3c76d531f984716d4c585046d7f254fd88e86.zip gcc-bad3c76d531f984716d4c585046d7f254fd88e86.tar.gz gcc-bad3c76d531f984716d4c585046d7f254fd88e86.tar.bz2 |
Update regexps for modified error messages
From-SVN: r32895
-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" } */ |