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

Commit d4b81b55 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update test font file name" into sc-dev am: 5de9c019

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13758550

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib7d888c5eb741aea36172ca767fdc839a3bb412a
parents e2908c19 5de9c019
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-Regular.ttf";
    private static final String TEST_FONT_NAME = "DancingScript.ttf";

    @Rule
    public PerfStatusReporter mPerfStatusReporter = new PerfStatusReporter();