This is an archive of the discontinued LLVM Phabricator instance.

[libc++][nfc] Use TEST_HAS_NO_WIDE_CHARACTERS.
ClosedPublic

Authored by Mordante on Feb 8 2022, 10:23 AM.

Details

Reviewers
Quuxplusone
Group Reviewers
Restricted Project
Commits
rGd9d2ebbfcb20: [libc++][nfc] Use TEST_HAS_NO_WIDE_CHARACTERS.
Summary

This avoids using an libc++ internal macro in our tests.

Diff Detail

Event Timeline

Mordante requested review of this revision.Feb 8 2022, 10:23 AM
Mordante created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2022, 10:23 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Quuxplusone accepted this revision.Feb 8 2022, 11:19 AM
Quuxplusone added a subscriber: Quuxplusone.
Quuxplusone added inline comments.
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:

This revision is now accepted and ready to land.Feb 8 2022, 11:19 AM
Mordante marked an inline comment as done.Feb 9 2022, 8:09 AM

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.

This revision was automatically updated to reflect the committed changes.
Mordante marked an inline comment as done.