summaryrefslogtreecommitdiffstats
path: root/test/std/utilities/tuple/tuple.tuple/tuple.cnstr
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-15 11:00:07 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-15 11:00:07 +0000
commit1d0d379c404ca3fd1c7823ee7a19c87dad8af116 (patch)
tree2bbc070f2309da4d6fc4d4f0ff638c573fbfc787 /test/std/utilities/tuple/tuple.tuple/tuple.cnstr
parentb7fe139a72b4663703a0772cd76b2f4fb2017185 (diff)
downloadexternal_libcxx-1d0d379c404ca3fd1c7823ee7a19c87dad8af116.tar.gz
external_libcxx-1d0d379c404ca3fd1c7823ee7a19c87dad8af116.tar.bz2
external_libcxx-1d0d379c404ca3fd1c7823ee7a19c87dad8af116.zip
Fix XFAILS for is_trivially_destructible trait
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289802 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/std/utilities/tuple/tuple.tuple/tuple.cnstr')
-rw-r--r--test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp b/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp
index 58fdf4670..fbcda44e4 100644
--- a/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp
+++ b/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;