aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/es8/async-arrow-lexical-new.target.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/es8/async-arrow-lexical-new.target.js')
-rw-r--r--deps/v8/test/mjsunit/es8/async-arrow-lexical-new.target.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/es8/async-arrow-lexical-new.target.js b/deps/v8/test/mjsunit/es8/async-arrow-lexical-new.target.js
index 943267e9d8..7d016281f8 100644
--- a/deps/v8/test/mjsunit/es8/async-arrow-lexical-new.target.js
+++ b/deps/v8/test/mjsunit/es8/async-arrow-lexical-new.target.js
@@ -21,7 +21,7 @@ function assertEqualsAsync(expected, run, msg) {
assertFalse(hadValue || hadError);
- %RunMicrotasks();
+ %PerformMicrotaskCheckpoint();
if (hadError) throw actual;