Update test assertion after R8-D8 update

With aosp/2019896, D8 synthetics seems to have changed and the CL updates the test to match that.
Test: Forrest
Fix: 224015738
Change-Id: I75edc7c308bcf83714b75d74fe2486d93f328bea
This commit is contained in:
Sam Dubey
2022-03-12 04:24:20 +00:00
parent 8efcd0ba21
commit 3c44f3c12d

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