Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios, macos] Corrected font name
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Mar 18, 2020
1 parent 9759742 commit 3d1ad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/text/local_glyph_rasterizer.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class LocalGlyphRasterizerTest {
#if defined(__APPLE__)

TEST(LocalGlyphRasterizer, PingFang) {
LocalGlyphRasterizerTest test(std::string("PingFang"));
LocalGlyphRasterizerTest test(std::string("PingFang TC"));

test.fileSource->glyphsResponse = [&] (const Resource& resource) {
EXPECT_EQ(Resource::Kind::Glyphs, resource.kind);
Expand Down

0 comments on commit 3d1ad67

Please sign in to comment.