Update test expectations with changed names of D8 synthetics

Test: FrameworksCoreTest:com.android.internal.os.LooperStatsTest
Bug: 179067442
Change-Id: I0403dd4eacb421be4527b0c730f04f6338c4160c
This commit is contained in:
Søren Gjesse
2021-02-09 09:53:17 +01:00
parent 648c2e4c98
commit 98f38749f6

View File

@@ -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.-$$Lambda$LooperStatsTest$");
"com.android.internal.os.LooperStatsTest-$$ExternalSyntheticLambda");
assertThat(entry3.messageCount).isEqualTo(1);
assertThat(entry3.recordedMessageCount).isEqualTo(1);
assertThat(entry3.exceptionCount).isEqualTo(0);