forked from OSchip/llvm-project
test: mark another test as requiring pthreads
This is checking pthread specific behaviour. Add a requirement on pthreads. llvm-svn: 294956
This commit is contained in:
parent
513dfaa0a3
commit
4715d12345
|
@ -8,6 +8,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// UNSUPPORTED: libcpp-has-no-threads, libcpp-has-thread-api-external
|
||||
// REQUIRES: libcpp-has-thread-api-pthread
|
||||
|
||||
// <thread>
|
||||
|
||||
|
|
Loading…
Reference in New Issue