remove xfail
authorJason Merrill <jason@gcc.gnu.org>
Tue, 18 Dec 2001 14:50:37 +0000 (09:50 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 18 Dec 2001 14:50:37 +0000 (09:50 -0500)
From-SVN: r48156

gcc/testsuite/g++.old-deja/g++.oliva/typename2.C

index 2428206a04a277145f37ca41103326b187644e1e..f0737cd53846e065802dc771ff78a4045383fa38 100644 (file)
@@ -23,6 +23,6 @@ template <class T> struct bar {
 };
 
 template <class T> struct baz {
-  typedef bar<T>::foo foo; // ERROR - implicit typename - XFAIL *-*-*
+  typedef bar<T>::foo foo; // ERROR - implicit typename
   void m(foo); 
 };