[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10

llvm-svn: 363209
This commit is contained in:
Louis Dionne 2019-06-12 22:01:05 +00:00
parent d264351628
commit c45f592b98
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
// <set>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0
// clang-6 gives different error messages.
// template<class InputIterator,

View File

@ -9,7 +9,7 @@
// <set>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0
// clang-6 gives different error messages.
// template<class InputIterator,