[libc++] Mark deprecation test as UNSUPPORTED on Clang 6

This commit is contained in:
Louis Dionne 2020-03-04 19:32:10 -05:00
parent 2cd33e6fe6
commit 2b2a1a42c0
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// REQUIRES: verify-support
// Clang 6 does not handle the deprecated attribute on template members properly,
// so the rebind<int> check below fails.
// UNSUPPORTED: clang-6
// MODULES_DEFINES: _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS
#define _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS