diff options
author | Louis Dionne <ldionne@apple.com> | 2019-09-23 17:22:13 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-09-23 17:22:13 +0000 |
commit | 3e1480a03b5d4ffa9db8369eb61d7ff2cee5cad8 (patch) | |
tree | ee13f9a01a3a56794adf6dc0f91e8c1bc8e63652 /libcxx/test/std/containers/associative/multimap | |
parent | 2d225bbec1a0017ce315b17e0600eddaed306b0e (diff) | |
download | bcm5719-llvm-3e1480a03b5d4ffa9db8369eb61d7ff2cee5cad8.tar.gz bcm5719-llvm-3e1480a03b5d4ffa9db8369eb61d7ff2cee5cad8.zip |
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
They do fail on AppleClang 10.0.0, but not AppleClang 10.0.1
llvm-svn: 372632
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 70fa2522cc1..fe50a3de07d 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, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0 +// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0 // clang-6 gives different error messages. // template<class InputIterator, |