Commit 27aeb83f by Jason Merrill

remove xfail

From-SVN: r48156
parent 3ad97789
...@@ -23,6 +23,6 @@ template <class T> struct bar { ...@@ -23,6 +23,6 @@ template <class T> struct bar {
}; };
template <class T> struct baz { 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); void m(foo);
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment