remove XFAIL

From-SVN: r34683
This commit is contained in:
Jason Merrill 2000-06-24 16:26:21 -04:00
parent 290c3f1d7d
commit 58fc548644

View file

@ -12,7 +12,7 @@ public:
void f() {}
};
int g() { return 0; } // gets bogus error - referenced below XFAIL *-*-*
int g() { return 0; } // gets bogus error - referenced below
int main()
{