From cd89c2966486a807d1c9b5ff6ed6403bbf61e320 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 18 Apr 2000 18:46:18 +0000 Subject: [PATCH] Add expected error From-SVN: r33227 --- gcc/testsuite/g++.old-deja/g++.other/crash17.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };