summaryrefslogtreecommitdiff
path: root/deps/v8/test/debugger/debug/es8/async-debug-step-next-constant.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/debugger/debug/es8/async-debug-step-next-constant.js')
-rw-r--r--deps/v8/test/debugger/debug/es8/async-debug-step-next-constant.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/v8/test/debugger/debug/es8/async-debug-step-next-constant.js b/deps/v8/test/debugger/debug/es8/async-debug-step-next-constant.js
index 32833acc11..2b432632fa 100644
--- a/deps/v8/test/debugger/debug/es8/async-debug-step-next-constant.js
+++ b/deps/v8/test/debugger/debug/es8/async-debug-step-next-constant.js
@@ -27,11 +27,11 @@ async function f() {
a += // B1 StepNext
await
5;
- return a; // B2 StepNext
-} // B3 Continue
+ return a; // B2 Continue
+}
f();
-%RunMicrotasks();
+%PerformMicrotaskCheckpoint();
-assertEquals(4, step_count);
+assertEquals(3, step_count);