Merge "Update test expectations with changed names of D8 synthetics" am: d14c779c66

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8b7dea7acb62508ca02879c0ef661b5b5409ff12
This commit is contained in:
Ady Abraham
2021-03-11 02:42:50 +00:00
committed by Automerger Merge Worker

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