Fix XFAILS for is_trivially_destructible trait

llvm-svn: 289802
This commit is contained in:
Eric Fiselier 2016-12-15 11:00:07 +00:00
parent 1f2c1b6ccd
commit f34964bdd7
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