| Index: test/inspector/debugger/step-into.js
|
| diff --git a/test/inspector/debugger/step-into.js b/test/inspector/debugger/step-into.js
|
| index 118d3f57e7278d5852cc5817c4f43c64b8312eb9..009a94349f305ddb88a9aa3366c197fc05195f9e 100644
|
| --- a/test/inspector/debugger/step-into.js
|
| +++ b/test/inspector/debugger/step-into.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 possible break locations.');
|
| +InspectorTest.log('Checks possible break locations.');
|
|
|
| InspectorTest.setupScriptMap();
|
| Protocol.Debugger.onPaused(message => {
|
|
|