| Index: test/inspector/debugger/get-possible-breakpoints-restrict-to-function.js
|
| diff --git a/test/inspector/debugger/get-possible-breakpoints-restrict-to-function.js b/test/inspector/debugger/get-possible-breakpoints-restrict-to-function.js
|
| index 1ce440594d127cd471e963f94e2e4f969166d6bc..f5020eb64b3c46cc6e062dc2a3093b11a252ae17 100644
|
| --- a/test/inspector/debugger/get-possible-breakpoints-restrict-to-function.js
|
| +++ b/test/inspector/debugger/get-possible-breakpoints-restrict-to-function.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 Debugger.getPossibleBreakpoints with ignoreNestedFunctions');
|
| +InspectorTest.log('Checks Debugger.getPossibleBreakpoints with ignoreNestedFunctions');
|
|
|
| var source = `
|
| function test() {
|
|
|