Once more, with feeling. Spell 'clang-4.0' correctly this time

llvm-svn: 324624
This commit is contained in:
Marshall Clow
2018-02-08 17:06:08 +00:00
parent 0299cc9db5
commit 6aafc8b308
2 changed files with 2 additions and 2 deletions

View File

@@ -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>>