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:
Eric Fiselier
2017-01-18 05:34:42 +00:00
parent 44dbdb4b85
commit 6fb6490957
2 changed files with 8 additions and 5 deletions

View File

@@ -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);