Commit 7fe75560 by Mark Mitchell

Fix test-case for new error-reporting behavior

From-SVN: r25270
parent 693ff496
...@@ -11,5 +11,5 @@ struct S ...@@ -11,5 +11,5 @@ struct S
template <class T> template <class T>
template <> // ERROR - enclosing classes not specialized template <> // ERROR - enclosing classes not specialized
void S<T>::f<int> () void S<T>::f<int> ()
{ { // ERROR - template does not match any declaration
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment