remove XFAIL
authorJason Merrill <jason@gcc.gnu.org>
Sat, 24 Jun 2000 20:26:21 +0000 (16:26 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 24 Jun 2000 20:26:21 +0000 (16:26 -0400)
From-SVN: r34683

gcc/testsuite/g++.old-deja/g++.brendan/parse4.C

index 6526c60..a8de08c 100644 (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()
 {