Skip to content

Commit 75c9eb5

Browse files
committed
Update XFAIL list for new GCC versions
llvm-svn: 371881
1 parent ffe8916 commit 75c9eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/test/catch_member_function_pointer_02.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// GCC 7 and 8 support noexcept function types but this test still fails.
1414
// This is likely a bug in their implementation. Investigation needed.
15-
// XFAIL: gcc-7, gcc-8, gcc-9
15+
// XFAIL: gcc-7, gcc-8, gcc-9, gcc-10
1616

1717
#include <cassert>
1818

0 commit comments

Comments
 (0)