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 class C { - static int const N (1000); + static int const N (1000); // ERROR - invalid declaration };