Fix two more tests that hang when testing against libstdc++

llvm-svn: 283976
This commit is contained in:
Eric Fiselier 2016-10-12 04:56:23 +00:00
parent 76e316f995
commit 49a278fb6d
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,9 @@
// UNSUPPORTED: c++98, c++03, c++11
// This test hangs during recursive template instantiation with libstdc++
// UNSUPPORTED: libstdc++
#include <utility>
#include <type_traits>
#include <cassert>

View File

@ -14,5 +14,8 @@
// UNSUPPORTED: c++98, c++03, c++11
// This test hangs during recursive template instantiation with libstdc++
// UNSUPPORTED: libstdc++
#define _LIBCPP_TESTING_FALLBACK_MAKE_INTEGER_SEQUENCE
#include "make_integer_seq.fail.cpp"