mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
clang-format
This commit is contained in:
parent
edabba4fbb
commit
5c9131cbcc
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ TEST(fmt, d) {
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(fmt, s) {
|
TEST(fmt, s) {
|
||||||
EXPECT_STREQ("Wide character output test", _gc(xasprintf("%S", L"Wide character output test")));
|
EXPECT_STREQ("Wide character output test",
|
||||||
|
_gc(xasprintf("%S", L"Wide character output test")));
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(fmt, g) {
|
TEST(fmt, g) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue