| Index: test/inspector/debugger/step-into-next-script.js
|
| diff --git a/test/inspector/debugger/step-into-next-script.js b/test/inspector/debugger/step-into-next-script.js
|
| index b51ce012d88a38ac44848236d8ad39c7f017b1a3..37436be1d53f795c3663a1659c998be0cced6222 100644
|
| --- a/test/inspector/debugger/step-into-next-script.js
|
| +++ b/test/inspector/debugger/step-into-next-script.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('Debugger breaks in next script after stepOut from previous one.');
|
| +InspectorTest.log('Debugger breaks in next script after stepOut from previous one.');
|
|
|
| InspectorTest.addScript(`
|
| function test() {
|
|
|