update
authorJason Merrill <jason@gcc.gnu.org>
Tue, 30 Mar 1999 23:22:28 +0000 (18:22 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 30 Mar 1999 23:22:28 +0000 (18:22 -0500)
From-SVN: r26070

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

index 2e2b91cde86f0c1b5b92b1f413c8487c56c8be8e..53359e8b8366ecd11886580ecaf3c3924a757615 100644 (file)
@@ -2,8 +2,6 @@
 
 // Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
 
-// crash test - XFAIL *-*-*
-
 template <class T> struct foo { foo(); };
 template<class T> foo<T>::foo() {}
-T // ERROR - currently an ICE
+T // ERROR - currently an ICE
\ No newline at end of file