[PATCH] D60023: [libcxx] [test] Fix inability to rebind poca_alloc in string.cons/copy_alloc.pass.cpp.
Billy Robert O'Neal III via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 30 02:22:10 PDT 2019
BillyONeal added inline comments.
================
Comment at: test/std/strings/basic.string/string.cons/copy_alloc.pass.cpp:123
imp2.deactivate();
test_assign(s1, s2);
----------------
We still fail this test in debug mode because we need to allocate a new _Container_proxy from imp2 in this assignment. Should this be libcxx_assert?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60023/new/
https://reviews.llvm.org/D60023
More information about the cfe-commits
mailing list