diff options
| author | Louis Dionne <ldionne@apple.com> | 2019-09-24 22:42:36 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2019-09-24 22:42:36 +0000 |
| commit | de8609c62a58c1ad8d930482077518e2c570ddd8 (patch) | |
| tree | 8464b06d382b1808c69554861869eb93354c6d55 /libcxx/test/std/utilities/function.objects | |
| parent | cb4cda2d45e15aa01d3deb1e8779d2b0a22133e0 (diff) | |
| download | bcm5719-llvm-de8609c62a58c1ad8d930482077518e2c570ddd8.tar.gz bcm5719-llvm-de8609c62a58c1ad8d930482077518e2c570ddd8.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.
llvm-svn: 372787
Diffstat (limited to 'libcxx/test/std/utilities/function.objects')
| -rw-r--r-- | libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp | 3 |
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> |

