diff options
author | Louis Dionne <ldionne@apple.com> | 2019-09-25 19:40:48 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-09-25 19:40:48 +0000 |
commit | 45c935bd0b5bde5c432b8ac2a4da1e54f6bc273a (patch) | |
tree | d7a28b1174eb874e960bc6452192c10e1cf3558a /libcxx/test/std/utilities/memory | |
parent | d663efe23a266d7b6dc1718324726777aa0baacd (diff) | |
download | bcm5719-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/memory')
-rw-r--r-- | libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp b/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp index 2aabf812a75..ae8a162ef2f 100644 --- a/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp +++ b/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: c++98, c++03, c++11, c++14 -// XFAIL: gcc-4, gcc-5, gcc-6 +// XFAIL: gcc-5, gcc-6 // <memory> |