diff options
author | 2023-12-19 19:59:53 +0000 | |
---|---|---|
committer | 2023-12-20 10:11:22 +0000 | |
commit | c0a7565637b4513f312da0015fc59b8dc83aeb34 (patch) | |
tree | ad0f9f31a2041f043a4ed54f6ff27e216edd1371 | |
parent | 7bc5005de3920aab66511ab802c1128dfae44675 (diff) |
Revert "Add an empty loop in the test."
This reverts commit 56bbfc1781e6b4ce216974421efddb55fe25a6f7.
Reason for revert: Not needed in the end, the changed needed is here: https://android-review.git.corp.google.com/c/platform/art/+/2882810
Change-Id: Icca1700bd0ce6cda22fabb3bdbe001d5cd55e066
-rw-r--r-- | test/Main/Main.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Main/Main.java b/test/Main/Main.java index 3e94764b0b..b4df99945f 100644 --- a/test/Main/Main.java +++ b/test/Main/Main.java @@ -16,8 +16,5 @@ class Main { public static void main(String args[]) { - // Empty loop to avoid the method to be pattern matched (it's used in 595-profile-saving and - // we expect the method to be baseline compiled there). - for (int i = 0; i < 100; i++) {} } } |