Turn this test into a normal mode as it contains well-formed code and
checks for defined behavior. It still can be run in debug mode as of D100866.
Details
Details
- Reviewers
• Quuxplusone - Group Reviewers
Restricted Project - Commits
- rG65e40f0b265d: [libcxx][test] Make string.modifiers/clear_and_shrink_db1.pass.cpp a regular…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
If buildkite is happy with this, I'm happy. (I'm mildly confused why this test wanted to redefine _LIBCPP_ASSERT in the first place.)
libcxx/test/libcxx/strings/basic.string/string.modifiers/clear_and_shrink.pass.cpp | ||
---|---|---|
39 | Please add return 0; at the end of main here, for consistency with 2df59c50688c122bbcae7467d3eaf862c3ea3088 . (I don't know why it was missed in that commit, and I don't think it matters.) |
Please add return 0; at the end of main here, for consistency with 2df59c50688c122bbcae7467d3eaf862c3ea3088 . (I don't know why it was missed in that commit, and I don't think it matters.)