diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-04-18 18:46:18 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-04-18 18:46:18 +0000 |
commit | cd89c2966486a807d1c9b5ff6ed6403bbf61e320 (patch) | |
tree | c56f907a75c4aa356c1cafb97a59cf7770c6513a /gcc | |
parent | 749a2da1bae8c0c91746d37b330626485566b308 (diff) | |
download | gcc-cd89c2966486a807d1c9b5ff6ed6403bbf61e320.tar.gz |
Add expected error
From-SVN: r33227
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/crash17.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash17.C b/gcc/testsuite/g++.old-deja/g++.other/crash17.C index 0ec1d23ba3a..673492b77fb 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash17.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash17.C @@ -2,5 +2,5 @@ // Origin: Dima Volodin <dvv@dvv.org> class C { - static int const N (1000); + static int const N (1000); // ERROR - invalid declaration }; |