diff options
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/decl2.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/decl2.C b/gcc/testsuite/g++.old-deja/g++.pt/decl2.C index 3b4825b..bdb72a8 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/decl2.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/decl2.C @@ -5,4 +5,4 @@ template <class T> struct foo { foo(); }; template<class T> foo<T>::foo() {} -T; // ERROR - ICE - XFAIL *-*-* +T; // ERROR - no type |