diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash17.C b/gcc/testsuite/g++.old-deja/g++.other/crash17.C index 0ec1d23ba3a53596a1fa125e93c1e828bd2b6354..673492b77fb820d45875d793693c9318359c9945 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 };