| Index: test/inspector/runtime/compile-script-expected.txt
|
| diff --git a/test/inspector/runtime/compile-script-expected.txt b/test/inspector/runtime/compile-script-expected.txt
|
| deleted file mode 100644
|
| index d305607f0f3c897a83900f3c596af7de6d86a7f4..0000000000000000000000000000000000000000
|
| --- a/test/inspector/runtime/compile-script-expected.txt
|
| +++ /dev/null
|
| @@ -1,51 +0,0 @@
|
| -Compiling script: foo1.js
|
| - persist: false
|
| -compilation result: {
|
| - exceptionDetails : {
|
| - columnNumber : 2
|
| - exception : {
|
| - className : SyntaxError
|
| - description : SyntaxError: Unexpected end of input
|
| - objectId : 0
|
| - subtype : error
|
| - type : object
|
| - }
|
| - exceptionId : 0
|
| - lineNumber : 1
|
| - scriptId : 0
|
| - text : Uncaught
|
| - }
|
| -}
|
| ------
|
| -Compiling script: foo2.js
|
| - persist: true
|
| -Debugger.scriptParsed: foo2.js
|
| -compilation result: {
|
| - scriptId : 0
|
| -}
|
| ------
|
| -Compiling script: foo3.js
|
| - persist: false
|
| -compilation result: {
|
| -}
|
| ------
|
| -Compiling script: foo4.js
|
| - persist: false
|
| -compilation result: {
|
| - exceptionDetails : {
|
| - columnNumber : 13
|
| - exception : {
|
| - className : SyntaxError
|
| - description : SyntaxError: Unexpected identifier
|
| - objectId : 0
|
| - subtype : error
|
| - type : object
|
| - }
|
| - exceptionId : 0
|
| - lineNumber : 0
|
| - scriptId : 0
|
| - text : Uncaught
|
| - }
|
| -}
|
| ------
|
| -
|
|
|