[libc++] Remove incorrect XFAIL in modules test
authorLouis Dionne <ldionne@apple.com>
Tue, 25 Feb 2020 17:10:28 +0000 (12:10 -0500)
committerLouis Dionne <ldionne@apple.com>
Tue, 25 Feb 2020 17:17:21 +0000 (12:17 -0500)
Apparently, the test still works on single-threaded systems.

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

index ce5bfb2..35c9eee 100644 (file)
 // 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.