diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2018-02-08 17:06:08 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2018-02-08 17:06:08 +0000 |
commit | 6aafc8b30816e234deb5c395b7f8476e615a3ad1 (patch) | |
tree | 17acccfc0096caaa238288d382bf9ffe88627884 /libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp | |
parent | 0299cc9db5e7bb3a97badc95a6f0d4e63c455207 (diff) | |
download | bcm5719-llvm-6aafc8b30816e234deb5c395b7f8476e615a3ad1.tar.gz bcm5719-llvm-6aafc8b30816e234deb5c395b7f8476e615a3ad1.zip |
Once more, with feeling. Spell 'clang-4.0' correctly this time
llvm-svn: 324624
Diffstat (limited to 'libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp')
-rw-r--r-- | libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp | 2 |
1 files changed, 1 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 56a7d4e5b62..a8e440bac1d 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,7 @@ // <string> // UNSUPPORTED: c++98, c++03, c++11, c++14 -// 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: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8, clang-3.9, clang-4.0 // template<class InputIterator, // class Allocator = allocator<typename iterator_traits<InputIterator>::value_type>> |