[libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple Clangs

Those fail on Green Dragon.

llvm-svn: 363107
This commit is contained in:
Louis Dionne 2019-06-11 22:36:20 +00:00
parent 40e3bdf876
commit c06943b67d
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
// <set>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// UNSUPPORTED: apple-clang-9.1
// template<class InputIterator,
// class Compare = less<iter-value-type<InputIterator>>,

View File

@ -9,6 +9,7 @@
// <set>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// UNSUPPORTED: apple-clang-9.1
// template<class InputIterator,
// class Compare = less<iter-value-type<InputIterator>>,