| Index: test/inspector/runtime/console-messages-limits.js
|
| diff --git a/test/inspector/runtime/console-messages-limits.js b/test/inspector/runtime/console-messages-limits.js
|
| index 043e021ae6d85b85cc5d0e69ce1a85b44c7c884e..a6a8ccefaef909bd68726a04f7e77ffa1a518b17 100644
|
| --- a/test/inspector/runtime/console-messages-limits.js
|
| +++ b/test/inspector/runtime/console-messages-limits.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 that console message storage doesn\'t exceed limits');
|
| +InspectorTest.log('Checks that console message storage doesn\'t exceed limits');
|
|
|
| InspectorTest.addScript(`
|
| function generateEmptyMessages(n) {
|
|
|