forked from OSchip/llvm-project
Make a test UNSUPPORTED if libcpp-has-no-threads.
llvm-svn: 225287
This commit is contained in:
parent
658ed010a6
commit
23f19e9ac4
|
@ -7,6 +7,8 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
// UNSUPPORTED: libcpp-has-no-threads
|
||||||
|
|
||||||
// This test verifies behavior specified by [atomics.types.operations.req]/21:
|
// This test verifies behavior specified by [atomics.types.operations.req]/21:
|
||||||
//
|
//
|
||||||
// When only one memory_order argument is supplied, the value of success is
|
// When only one memory_order argument is supplied, the value of success is
|
||||||
|
|
Loading…
Reference in New Issue