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:
Saleem Abdulrasool 2017-02-13 15:26:47 +00:00
parent 513dfaa0a3
commit 4715d12345

View File

@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
//
// UNSUPPORTED: libcpp-has-no-threads, libcpp-has-thread-api-external
// REQUIRES: libcpp-has-thread-api-pthread
// <thread>