mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 01:18:52 +08:00
Temporarily comment out deduction guide tests while I figure out what to do with old bots
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@324573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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>>
|
||||
|
@@ -129,6 +129,7 @@ int main()
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
// Test deduction guides
|
||||
#if TEST_STD_VER > 14
|
||||
{
|
||||
@@ -172,4 +173,5 @@ int main()
|
||||
assert(s1.compare(0, s1.size(), s, s1.size()) == 0);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user