Further refine printf long double change (#66)

This commit is contained in:
Justine Tunney 2021-02-27 13:30:02 -08:00
parent 98fba078a3
commit da199b7a45
2 changed files with 8 additions and 3 deletions

View file

@ -80,7 +80,7 @@ TEST(SUITE(snprintf), testReprChar16) {
}
TEST(SUITE(snprintf), testReprChar32) {
EXPECT_STREQ("L'♥'", Format("%`'Lc", L'♥'));
EXPECT_STREQ("L'♥'", Format("%`'lc", L'♥'));
}
TEST(SUITE(snprintf), testReprUtf8) {