diff options
author | Søren Gjesse <sgjesse@google.com> | 2021-02-10 15:21:00 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-10 15:21:00 +0000 |
commit | e95ab5e3ddd0d10c2d98ad9c8bfc9a919e55143e (patch) | |
tree | d77b053f3c2f434c50f29fdd9f74759579bd1d15 /core/tests | |
parent | 250855cb843cb12e7e0b9a0d353b28346e8b191a (diff) | |
parent | 98f38749f600afaa0ea4026b4254e8794453198d (diff) |
Merge "Update test expectations with changed names of D8 synthetics"
Diffstat (limited to 'core/tests')
-rw-r--r-- | core/tests/coretests/src/com/android/internal/os/LooperStatsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/coretests/src/com/android/internal/os/LooperStatsTest.java b/core/tests/coretests/src/com/android/internal/os/LooperStatsTest.java index 7917a06cb9b7..2c1bbf0d0b83 100644 --- a/core/tests/coretests/src/com/android/internal/os/LooperStatsTest.java +++ b/core/tests/coretests/src/com/android/internal/os/LooperStatsTest.java @@ -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); |