| Index: test/inspector/debugger/get-possible-breakpoints-array-literal.js
|
| diff --git a/test/inspector/debugger/get-possible-breakpoints-array-literal.js b/test/inspector/debugger/get-possible-breakpoints-array-literal.js
|
| index e574f69c0142806886de1a8e4f75761b386d0913..13e2920cc70e28fd2559f30b9884a444bf3f5c81 100644
|
| --- a/test/inspector/debugger/get-possible-breakpoints-array-literal.js
|
| +++ b/test/inspector/debugger/get-possible-breakpoints-array-literal.js
|
| @@ -9,4 +9,4 @@ Protocol.Debugger.onceScriptParsed().then(message => message.params.scriptId)
|
| .then(InspectorTest.logMessage)
|
| .then(InspectorTest.completeTest);
|
|
|
| -compileAndRunWithOrigin("() => []", "", 0, 0);
|
| +InspectorTest.addScript("() => []");
|
|
|