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/language.support/support.dynamic/nothrow_t.fail.cpp | |
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/language.support/support.dynamic/nothrow_t.fail.cpp')
-rw-r--r-- | libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp b/libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp index 7fba5e3fff8..78ab087c3ea 100644 --- a/libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp +++ b/libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp @@ -11,7 +11,7 @@ // Before GCC 6, aggregate initialization kicks in. // See https://stackoverflow.com/q/41799015/627587. -// UNSUPPORTED: gcc-4, gcc-5 +// UNSUPPORTED: gcc-5 // struct nothrow_t { // explicit nothrow_t() = default; |