aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/regress/regress-crbug-645888.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/regress/regress-crbug-645888.js')
-rw-r--r--deps/v8/test/mjsunit/regress/regress-crbug-645888.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/regress/regress-crbug-645888.js b/deps/v8/test/mjsunit/regress/regress-crbug-645888.js
index 06879723ea..f29dbebcc0 100644
--- a/deps/v8/test/mjsunit/regress/regress-crbug-645888.js
+++ b/deps/v8/test/mjsunit/regress/regress-crbug-645888.js
@@ -15,4 +15,5 @@ function f() {
throw "no loop, thank you";
}
}
+%PrepareFunctionForOptimization(f);
assertThrows(f);