aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1999-02-17 16:02:07 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-02-17 16:02:07 +0000
commit7fe75560d511dcd2bfa9ec24932133b513d513a4 (patch)
treefc79a4f488f05b9139be3a8685f58657e941b180
parent693ff496a991bad75bc3f4daf10c67d05dc1ee78 (diff)
downloadgcc-7fe75560d511dcd2bfa9ec24932133b513d513a4.zip
gcc-7fe75560d511dcd2bfa9ec24932133b513d513a4.tar.gz
gcc-7fe75560d511dcd2bfa9ec24932133b513d513a4.tar.bz2
Fix test-case for new error-reporting behavior
From-SVN: r25270
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/spec22.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/spec22.C b/gcc/testsuite/g++.old-deja/g++.pt/spec22.C
index 88d55d3..e170b6e 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/spec22.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/spec22.C
@@ -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
}