diff options
Diffstat (limited to 'libcxx/test/std/containers/container.adaptors/stack/stack.cons')
-rw-r--r-- | libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp b/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp index 675f95fcbc0..53e6cee7c47 100644 --- a/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp +++ b/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp @@ -9,7 +9,7 @@ // <stack> // 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. |