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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user