remove xfail

From-SVN: r48156
This commit is contained in:
Jason Merrill 2001-12-18 09:50:37 -05:00
parent 3ad9778947
commit 27aeb83f88

View 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);
};