aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/call-function-on-async.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/call-function-on-async.js')
-rw-r--r--deps/v8/test/inspector/runtime/call-function-on-async.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/test/inspector/runtime/call-function-on-async.js b/deps/v8/test/inspector/runtime/call-function-on-async.js
index c5f1152979..ab146e1c4d 100644
--- a/deps/v8/test/inspector/runtime/call-function-on-async.js
+++ b/deps/v8/test/inspector/runtime/call-function-on-async.js
@@ -1,8 +1,6 @@
// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO(luoe): remove flag when it is on by default.
-// Flags: --harmony-bigint
let {session, contextGroup, Protocol} = InspectorTest.start('Tests that Runtime.callFunctionOn works with awaitPromise flag.');
let callFunctionOn = Protocol.Runtime.callFunctionOn.bind(Protocol.Runtime);