| Index: test/inspector/runtime/console-log-doesnt-run-microtasks.js
|
| diff --git a/test/inspector/runtime/console-log-doesnt-run-microtasks.js b/test/inspector/runtime/console-log-doesnt-run-microtasks.js
|
| index b7a87391e0f14279d3c58e243aea39a48bd7b1b1..832086846920b41943ad9e4d725aa979f5e0b132 100644
|
| --- a/test/inspector/runtime/console-log-doesnt-run-microtasks.js
|
| +++ b/test/inspector/runtime/console-log-doesnt-run-microtasks.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("Check that console.log doesn't run microtasks.");
|
| +InspectorTest.log("Check that console.log doesn't run microtasks.");
|
|
|
| InspectorTest.addScript(
|
| `
|
|
|