Commit 58fc5486 by Jason Merrill

remove XFAIL

From-SVN: r34683
parent 290c3f1d
...@@ -12,7 +12,7 @@ public: ...@@ -12,7 +12,7 @@ public:
void f() {} void f() {}
}; };
int g() { return 0; } // gets bogus error - referenced below XFAIL *-*-* int g() { return 0; } // gets bogus error - referenced below
int main() int main()
{ {
......
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