forked from OSchip/llvm-project
[libc++] Mark deprecation test as UNSUPPORTED on Clang 6
This commit is contained in:
parent
2cd33e6fe6
commit
2b2a1a42c0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue