summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-09-25 19:40:48 +0000
committerLouis Dionne <ldionne@apple.com>2019-09-25 19:40:48 +0000
commit45c935bd0b5bde5c432b8ac2a4da1e54f6bc273a (patch)
treed7a28b1174eb874e960bc6452192c10e1cf3558a /libcxx/test/std/utilities/function.objects
parentd663efe23a266d7b6dc1718324726777aa0baacd (diff)
downloadbcm5719-llvm-45c935bd0b5bde5c432b8ac2a4da1e54f6bc273a.tar.gz
bcm5719-llvm-45c935bd0b5bde5c432b8ac2a4da1e54f6bc273a.zip
[libc++] Purge mentions of GCC 4 from the test suite
We don't support GCC 4 and older according to the documentation, so we should pretend it doesn't exist. This is a re-application of r372787. llvm-svn: 372916
Diffstat (limited to 'libcxx/test/std/utilities/function.objects')
-rw-r--r--libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp b/libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp
index 17eef26f07a..d8d75443bf5 100644
--- a/libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp
+++ b/libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp
@@ -13,9 +13,6 @@
// Test that reference wrapper meets the requirements of CopyConstructible and
// CopyAssignable, and TriviallyCopyable (starting in C++14).
-// Test fails due to use of is_trivially_* trait.
-// XFAIL: gcc-4.9 && c++14
-
#include <functional>
#include <type_traits>
#include <string>
OpenPOWER on IntegriCloud