diff options
Diffstat (limited to 'libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp')
-rw-r--r-- | libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp b/libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp index 861339b4f1c..37312052485 100644 --- a/libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp +++ b/libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp @@ -9,6 +9,8 @@ // <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 +// clang-6 gives different error messages. // template<class InputIterator, // class Compare = less<iter-value-type<InputIterator>>, |