This avoids using an libc++ internal macro in our tests.
Details
Details
- Reviewers
• Quuxplusone - Group Reviewers
Restricted Project - Commits
- rGd9d2ebbfcb20: [libc++][nfc] Use TEST_HAS_NO_WIDE_CHARACTERS.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/default.pass.cpp | ||
---|---|---|
63–65 | I blame clang-format for this confusingly indented code. :yuck: |
Comment Actions
thanks for the review.
libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/default.pass.cpp | ||
---|---|---|
63–65 | clang-format agrees with you ;-) I'll commit the formatted version. |
I blame clang-format for this confusingly indented code. :yuck: