Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76963fdc authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Update test font name in TypefaceCreatePerfTest

Bug: 185549642
Test: atest TypefaceCreatePerfTest
Change-Id: I3f0bdfe3553f6c7835c158c9e3766462709181e1
parent dcb3fd91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ import java.io.OutputStream;
@RunWith(AndroidJUnit4.class)
public class TypefaceCreatePerfTest {
    // A font file name in asset directory.
    private static final String TEST_FONT_NAME = "DancingScript.ttf";
    private static final String TEST_FONT_NAME = "DancingScript-Regular.ttf";

    @Rule
    public PerfStatusReporter mPerfStatusReporter = new PerfStatusReporter();