Commit 5d7f29ac authored by Georg Neis's avatar Georg Neis Committed by Commit Bot

[mjsunit] Fix an OSR test

R=machenbach@chromium.org

Bug: v8:10220
Change-Id: I541adfd7d02ecbd68474acaf8e672c1838fc318f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2061551Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66305}
parent 3f88d2da
......@@ -36,6 +36,7 @@ function check() {
}
assertEquals(0, r.length);
}
%PrepareFunctionForOptimization(check);
check();
check();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment