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/thread | |
| 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/thread')
| -rw-r--r-- | libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp b/libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp index ffe14ca8911..4542c04c297 100644 --- a/libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp +++ b/libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp @@ -12,7 +12,7 @@ // Before GCC 6, aggregate initialization kicks in. // See https://stackoverflow.com/q/41799015/627587. -// UNSUPPORTED: gcc-4, gcc-5 +// UNSUPPORTED: gcc-5 // <mutex> |

