[libcxx-commits] [libcxx] f188004 - [libc++] Remove XFAIL for a test that now passes on FreeBSD
Ed Maste via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 9 05:04:19 PST 2023
Author: Ed Maste
Date: 2023-03-09T08:04:10-05:00
New Revision: f188004183b74b4be8345c163fb9b15c079c1bd2
URL: https://github.com/llvm/llvm-project/commit/f188004183b74b4be8345c163fb9b15c079c1bd2
DIFF: https://github.com/llvm/llvm-project/commit/f188004183b74b4be8345c163fb9b15c079c1bd2.diff
LOG: [libc++] Remove XFAIL for a test that now passes on FreeBSD
Added:
Modified:
libcxx/test/libcxx/modules_include.sh.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/modules_include.sh.cpp b/libcxx/test/libcxx/modules_include.sh.cpp
index c013e97353b3..4a8f7293bb86 100644
--- a/libcxx/test/libcxx/modules_include.sh.cpp
+++ b/libcxx/test/libcxx/modules_include.sh.cpp
@@ -13,8 +13,6 @@
// The system-provided <uchar.h> seems to be broken on AIX
// XFAIL: LIBCXX-AIX-FIXME
-// XFAIL: LIBCXX-FREEBSD-FIXME
-
// GCC doesn't support -fcxx-modules
// UNSUPPORTED: gcc
More information about the libcxx-commits
mailing list