diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2019-06-11 20:14:07 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2019-06-11 20:14:07 +0000 |
commit | 1dc3c9aa8f7a68343a0ec1447c96e66b348a2608 (patch) | |
tree | 63b8fd71343b37f76b748e116c86b0673cafab5e /libcxx/test/std/containers/associative/multimap | |
parent | d133c1592560edb77958492a77e4e871b21a9d52 (diff) | |
download | bcm5719-llvm-1dc3c9aa8f7a68343a0ec1447c96e66b348a2608.tar.gz bcm5719-llvm-1dc3c9aa8f7a68343a0ec1447c96e66b348a2608.zip |
XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't know existed
llvm-svn: 363097
Diffstat (limited to 'libcxx/test/std/containers/associative/multimap')
-rw-r--r-- | libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp b/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp index fa6dd929ff1..dcbec4cb89d 100644 --- a/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp +++ b/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp @@ -9,7 +9,7 @@ // <map> // UNSUPPORTED: c++98, c++03, c++11, c++14 // UNSUPPORTED: libcpp-no-deduction-guides -// XFAIL: clang-6 +// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1 // clang-6 gives different error messages. // template<class InputIterator, |