projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
693ff49
)
Fix test-case for new error-reporting behavior
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Wed, 17 Feb 1999 16:02:07 +0000
(16:02 +0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.pt/spec22.C
b/gcc/testsuite/g++.old-deja/g++.pt/spec22.C
index 88d55d38db6c1539acee1667e5c58de96c8f0646..e170b6e3476c032e992e09306348cfa302fd65de 100644
(file)
--- 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
}