Fix test-case for new error-reporting behavior
authorMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 17 Feb 1999 16:02:07 +0000 (16:02 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 17 Feb 1999 16:02:07 +0000 (16:02 +0000)
From-SVN: r25270

gcc/testsuite/g++.old-deja/g++.pt/spec22.C

index 88d55d38db6c1539acee1667e5c58de96c8f0646..e170b6e3476c032e992e09306348cfa302fd65de 100644 (file)
@@ -11,5 +11,5 @@ struct S
 template <class T> 
 template <> // ERROR - enclosing classes not specialized
 void S<T>::f<int> () 
-{
+{ // ERROR - template does not match any declaration
 }