diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-12-15 11:00:07 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-12-15 11:00:07 +0000 |
commit | f34964bdd7423869ab3359b4f168fec7b22e4e9f (patch) | |
tree | f1a3e8d9e2429123198f90a84ed1e12967b5b9d7 /libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp | |
parent | 1f2c1b6ccd7647497a2a4ea052654ea58f42bf98 (diff) | |
download | bcm5719-llvm-f34964bdd7423869ab3359b4f168fec7b22e4e9f.tar.gz bcm5719-llvm-f34964bdd7423869ab3359b4f168fec7b22e4e9f.zip |
Fix XFAILS for is_trivially_destructible trait
llvm-svn: 289802
Diffstat (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp index 58fdf4670d6..fbcda44e406 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp @@ -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; |