Get more std::string _LIBCPP_DEBUG tests passing
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -38,8 +38,7 @@ struct StringContainerChecks : BasicContainerChecks<Container, CT> {
|
||||
public:
|
||||
static void run() {
|
||||
Base::run_iterator_tests();
|
||||
// FIXME: get these passing
|
||||
// Base::run_allocator_aware_tests();
|
||||
Base::run_allocator_aware_tests();
|
||||
try {
|
||||
for (int N : {3, 128}) {
|
||||
FrontOnEmptyContainer(N);
|
||||
|
||||
Reference in New Issue
Block a user