The unit tests test some implementation details. As @Quuxplusone pointed
out in D96664 this should only be tested when the tests use libc++. This
addresses the issue for code already in main.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG4947ecf4e994: [libc++] Guard testing implementation details.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, but it would be more consistent to replace both with LIBCPP_ASSERT.
libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/check_arg_id.pass.cpp | ||
---|---|---|
41–42 | We have LIBCPP_ASSERT. |
We have LIBCPP_ASSERT.