[libcxx-commits] [PATCH] D124403: [libc++] Refactor max_size.pass.cpp
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 26 12:26:04 PDT 2022
ldionne added inline comments.
================
Comment at: libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp:13
+// REQUIRES: libcpp-abi-version=1
+
----------------
Mordante wrote:
> Is there a separate test for ABI v2?
No, we don't have one right now, but let me try to also test for other ABI versions in this test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124403/new/
https://reviews.llvm.org/D124403
More information about the libcxx-commits
mailing list