Add additional 'UNSUPPORTED' to the test case.

llvm-svn: 318897
This commit is contained in:
Marshall Clow 2017-11-23 05:43:25 +00:00
parent 842022a0f1
commit 69b903eecb
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
//===----------------------------------------------------------------------===//
//
// UNSUPPORTED: libcpp-has-no-threads
// UNSUPPORTED: c++98, c++03
// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17
// UNSUPPORTED: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8
// <future>