Remove XFail for new GCC. They fixed it

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@359415 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/catch_member_function_pointer_02.pass.cpp b/test/catch_member_function_pointer_02.pass.cpp
index 09770cb..864e751 100644
--- a/test/catch_member_function_pointer_02.pass.cpp
+++ b/test/catch_member_function_pointer_02.pass.cpp
@@ -12,7 +12,7 @@
 
 // GCC 7 and 8 support noexcept function types but this test still fails.
 // This is likely a bug in their implementation. Investigation needed.
-// XFAIL: gcc-7, gcc-8, gcc-9
+// XFAIL: gcc-7, gcc-8
 
 #include <cassert>