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

Commit 247ee629 authored by Ady Abraham's avatar Ady Abraham
Browse files

Update test expectations with changed names of D8 synthetics

Change-Id: I952afddd07355d7c5014e6ab1a3d2154ae919cd4
Test: FrameworksCoreTest:com.android.internal.os.LooperStatsTest
Bug: 182273986
parent 98f38749
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-$$ExternalSyntheticLambda");
                "com.android.internal.os.LooperStatsTest$$ExternalSyntheticLambda4");
        assertThat(entry3.messageCount).isEqualTo(1);
        assertThat(entry3.recordedMessageCount).isEqualTo(1);
        assertThat(entry3.exceptionCount).isEqualTo(0);