[libc++] Remove incorrect XFAIL in modules test

Apparently, the test still works on single-threaded systems.
This commit is contained in:
Louis Dionne 2020-02-25 12:10:28 -05:00
parent 14845b2c45
commit bf6d94f159
1 changed files with 0 additions and 4 deletions

View File

@ -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.