summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Edwards <mike@sqlby.me>2018-03-10 00:53:05 +0000
committerMike Edwards <mike@sqlby.me>2018-03-10 00:53:05 +0000
commitb9abf3d299bd8cf75a3934e4008fd9683f83ae70 (patch)
tree5b88fd30553a70e3b94943067bec364c87c0d927
parent231e19ce524ce362f75cfa49146a57411f507205 (diff)
downloadbcm5719-llvm-b9abf3d299bd8cf75a3934e4008fd9683f83ae70.tar.gz
bcm5719-llvm-b9abf3d299bd8cf75a3934e4008fd9683f83ae70.zip
[libcxx][test] Reverting r327178 and r327190.
Reverting changes made to iter_alloc_deduction.fail.cpp as my changes seem to be making several Linux bots angry. llvm-svn: 327191
-rw-r--r--libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp b/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
index 94b9e25f4b2..65aba049344 100644
--- a/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
+++ b/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
@@ -9,7 +9,8 @@
// <string>
// UNSUPPORTED: c++98, c++03, c++11, c++14
-// UNSUPPORTED: libcpp-no-deduction-guides
+// UNSUPPORTED: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8, clang-3.9, clang-4.0
+// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
// template<class InputIterator,
// class Allocator = allocator<typename iterator_traits<InputIterator>::value_type>>
OpenPOWER on IntegriCloud