From bf6d94f15981dcffe2bd77a35423e25344ecd47d Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 25 Feb 2020 12:10:28 -0500 Subject: [PATCH] [libc++] Remove incorrect XFAIL in modules test Apparently, the test still works on single-threaded systems. --- libcxx/test/libcxx/modules/stds_include.sh.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libcxx/test/libcxx/modules/stds_include.sh.cpp b/libcxx/test/libcxx/modules/stds_include.sh.cpp index ce5bfb2a8eef..35c9eee2be87 100644 --- a/libcxx/test/libcxx/modules/stds_include.sh.cpp +++ b/libcxx/test/libcxx/modules/stds_include.sh.cpp @@ -15,10 +15,6 @@ // are not modular // XFAIL: LIBCXX-WINDOWS-FIXME -// FIXME: The header is not supported for single-threaded systems, -// but still gets built as part of the 'std' module, which breaks the build. -// XFAIL: libcpp-has-no-threads - // REQUIRES: modules-support // NOTE: The -std=XXX flag is present in %flags, so we overwrite it by passing it after %flags.