Fix XFAILS for is_trivially_destructible trait

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-12-15 11:00:07 +00:00
parent b7fe139a72
commit 1d0d379c40
2 changed files with 0 additions and 6 deletions

View File

@@ -9,9 +9,6 @@
// UNSUPPORTED: c++98, c++03
// Doesn't pass due to use of is_trivially_* trait.
// XFAIL: gcc-4.9
// <tuple>
// template <class... Types> class tuple;

View File

@@ -9,9 +9,6 @@
// UNSUPPORTED: c++98, c++03
// Doesn't pass due to use of is_trivially_* trait.
// XFAIL: gcc-4.9
// <utility>
// template <class T1, class T2> struct pair