remove xfail
From-SVN: r48156
This commit is contained in:
parent
3ad9778947
commit
27aeb83f88
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user