diff options
| author | 2025-02-14 06:17:42 -0800 | |
|---|---|---|
| committer | 2025-02-14 06:17:42 -0800 | |
| commit | 7a1149b0e29a40dc88562775d76d70eb8c102510 (patch) | |
| tree | aced34a19d60367f8f43439262c286a544fff36c /test/677-fsi/run.py | |
| parent | b6c6f642fb40465fd3fbc457237d50d0e226da86 (diff) | |
| parent | 3f48beac60b8d9eee6dca3fe3897730fb69731af (diff) | |
Refactor OatFileAssistant - Step 3. am: 1802832343 am: 3f48beac60
Original change: https://android-review.googlesource.com/c/platform/art/+/3475953
Change-Id: I9943aa8fb3e46438eccb11571db77578094a94cd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'test/677-fsi/run.py')
| -rw-r--r-- | test/677-fsi/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/677-fsi/run.py b/test/677-fsi/run.py index 357692f74e..e124eff4df 100644 --- a/test/677-fsi/run.py +++ b/test/677-fsi/run.py @@ -26,7 +26,7 @@ def run(ctx, args): # Only keep the lines we're interested in. ctx.run(fr"sed -i '/Hello World/!d' '{args.stdout_file}'") ctx.run( - fr"sed -i '/^.*: oat file has dex code, but APK has uncompressed dex code/!d' '{args.stderr_file}'" + fr"sed -i '/^.*: Oat file has dex code, but APK has uncompressed dex code/!d' '{args.stderr_file}'" ) # Remove part of message containing filename. |