Mark deduction guide tests as failing on apple-clang-9

As discussed here: http://lists.llvm.org/pipermail/cfe-dev/2018-May/058116.html
The tests fail on clang-5, as well as apple-clang-9. Mark them as such.

llvm-svn: 333479
This commit is contained in:
JF Bastien
2018-05-29 23:28:04 +00:00
parent 54132d6c9f
commit 2fec6dc56e
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
// <optional>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: clang-5
// UNSUPPORTED: clang-5, apple-clang-9
// UNSUPPORTED: libcpp-no-deduction-guides
// Clang 5 will generate bad implicit deduction guides
// Specifically, for the copy constructor.