[all-commits] [llvm/llvm-project] d9d2eb: [libc++][nfc] Use TEST_HAS_NO_WIDE_CHARACTERS.
mordante via All-commits
all-commits at lists.llvm.org
Wed Feb 9 08:10:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9d2ebbfcb201dc09150d514766ceb669b254a28
https://github.com/llvm/llvm-project/commit/d9d2ebbfcb201dc09150d514766ceb669b254a28
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/default.pass.cpp
M libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.cons/default.pass.cpp
M libcxx/test/std/input.output/string.streams/stringstream.cons/default.pass.cpp
Log Message:
-----------
[libc++][nfc] Use TEST_HAS_NO_WIDE_CHARACTERS.
This avoids using an libc++ internal macro in our tests.
Reviewed By: #libc, Quuxplusone
Differential Revision: https://reviews.llvm.org/D119263
More information about the All-commits
mailing list