forked from OSchip/llvm-project
[libc++] Remove incorrect XFAIL in modules test
Apparently, the test still works on single-threaded systems.
This commit is contained in:
parent
14845b2c45
commit
bf6d94f159
|
@ -15,10 +15,6 @@
|
|||
// are not modular
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// FIXME: The <atomic> 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.
|
||||
|
|
Loading…
Reference in New Issue