forked from OSchip/llvm-project
Fix two more tests that hang when testing against libstdc++
llvm-svn: 283976
This commit is contained in:
parent
76e316f995
commit
49a278fb6d
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue