Temporarily comment out deduction guide tests while I figure out what to do with old bots

llvm-svn: 324573
This commit is contained in:
Marshall Clow
2018-02-08 07:20:45 +00:00
parent 66182d6c38
commit b0c4bb74a8
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
// <string>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// XFAIL: c++17
// template<class InputIterator,
// class Allocator = allocator<typename iterator_traits<InputIterator>::value_type>>