Skip to content

Commit bf6d94f

Browse files
committed
[libc++] Remove incorrect XFAIL in modules test
Apparently, the test still works on single-threaded systems.
1 parent 14845b2 commit bf6d94f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libcxx/test/libcxx/modules/stds_include.sh.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
// are not modular
1616
// XFAIL: LIBCXX-WINDOWS-FIXME
1717

18-
// FIXME: The <atomic> header is not supported for single-threaded systems,
19-
// but still gets built as part of the 'std' module, which breaks the build.
20-
// XFAIL: libcpp-has-no-threads
21-
2218
// REQUIRES: modules-support
2319

2420
// NOTE: The -std=XXX flag is present in %flags, so we overwrite it by passing it after %flags.

0 commit comments

Comments
 (0)