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

Commit 57794d59 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update test assertion after R8-D8 update" into tm-dev

parents 00d1c94e 3c44f3c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ public final class LooperStatsTest {
        assertThat(entry3.handlerClassName).isEqualTo(
                "com.android.internal.os.LooperStatsTest$TestHandlerSecond");
        assertThat(entry3.messageName).startsWith(
                "com.android.internal.os.LooperStatsTest$$ExternalSyntheticLambda4");
                "com.android.internal.os.LooperStatsTest$$ExternalSyntheticLambda5");
        assertThat(entry3.messageCount).isEqualTo(1);
        assertThat(entry3.recordedMessageCount).isEqualTo(1);
        assertThat(entry3.exceptionCount).isEqualTo(0);