| Index: test/inspector/debugger/async-instrumentation.js
|
| diff --git a/test/inspector/debugger/async-instrumentation.js b/test/inspector/debugger/async-instrumentation.js
|
| index 777dec3a9c646ef3795792916f8be9fda7e8e407..6997c17ffee5ecd549dc9f02c29a36a8c030f254 100644
|
| --- a/test/inspector/debugger/async-instrumentation.js
|
| +++ b/test/inspector/debugger/async-instrumentation.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -print('Checks async instrumentation enabled in the middle.');
|
| +InspectorTest.log('Checks async instrumentation enabled in the middle.');
|
|
|
| InspectorTest.addScript(`
|
| function foo() {
|
|
|