| Index: test/inspector/runtime/evaluate-async-expected.txt
 | 
| diff --git a/test/inspector/runtime/evaluate-async-expected.txt b/test/inspector/runtime/evaluate-async-expected.txt
 | 
| deleted file mode 100644
 | 
| index da2afa6e67b3dfc8b3f62f25f88981a70e426505..0000000000000000000000000000000000000000
 | 
| --- a/test/inspector/runtime/evaluate-async-expected.txt
 | 
| +++ /dev/null
 | 
| @@ -1,81 +0,0 @@
 | 
| -Tests that Runtime.evaluate works with awaitPromise flag.
 | 
| -
 | 
| -Running test: testResolvedPromise
 | 
| -{
 | 
| -    result : {
 | 
| -        description : 239
 | 
| -        type : number
 | 
| -        value : 239
 | 
| -    }
 | 
| -}
 | 
| -
 | 
| -Running test: testRejectedPromise
 | 
| -{
 | 
| -    exceptionDetails : {
 | 
| -        columnNumber : 0
 | 
| -        exception : {
 | 
| -            description : 239
 | 
| -            objectId : 0
 | 
| -            type : number
 | 
| -            value : 239
 | 
| -        }
 | 
| -        exceptionId : 0
 | 
| -        lineNumber : 0
 | 
| -        scriptId : (scriptId)
 | 
| -        stackTrace : {
 | 
| -            callFrames : [
 | 
| -            ]
 | 
| -        }
 | 
| -        text : Uncaught (in promise)
 | 
| -    }
 | 
| -    result : {
 | 
| -        description : 239
 | 
| -        type : number
 | 
| -        value : 239
 | 
| -    }
 | 
| -}
 | 
| -
 | 
| -Running test: testPrimitiveValueInsteadOfPromise
 | 
| -{
 | 
| -    code : -32000
 | 
| -    message : Result of the evaluation is not a promise
 | 
| -}
 | 
| -
 | 
| -Running test: testObjectInsteadOfPromise
 | 
| -{
 | 
| -    code : -32000
 | 
| -    message : Result of the evaluation is not a promise
 | 
| -}
 | 
| -
 | 
| -Running test: testPendingPromise
 | 
| -{
 | 
| -    result : {
 | 
| -        type : object
 | 
| -        value : {
 | 
| -            a : 239
 | 
| -        }
 | 
| -    }
 | 
| -}
 | 
| -
 | 
| -Running test: testExceptionInEvaluate
 | 
| -{
 | 
| -    exceptionDetails : {
 | 
| -        columnNumber : 0
 | 
| -        exception : {
 | 
| -            description : 239
 | 
| -            objectId : 0
 | 
| -            type : number
 | 
| -            value : 239
 | 
| -        }
 | 
| -        exceptionId : 0
 | 
| -        lineNumber : 0
 | 
| -        scriptId : (scriptId)
 | 
| -        text : Uncaught
 | 
| -    }
 | 
| -    result : {
 | 
| -        description : 239
 | 
| -        type : number
 | 
| -        value : 239
 | 
| -    }
 | 
| -}
 | 
| -
 | 
| 
 |