| Index: test/inspector/runtime/await-promise-expected.txt
|
| diff --git a/test/inspector/runtime/await-promise-expected.txt b/test/inspector/runtime/await-promise-expected.txt
|
| index ae37bd6708e1186d69527e581378d74d2dbc4a9b..97646c19a49fdf8696b0affe861b17ae0366f544 100644
|
| --- a/test/inspector/runtime/await-promise-expected.txt
|
| +++ b/test/inspector/runtime/await-promise-expected.txt
|
| @@ -39,6 +39,13 @@ Running test: testRejectedPromise
|
| url :
|
| }
|
| ]
|
| + creationFrame : {
|
| + columnNumber : 8
|
| + functionName :
|
| + lineNumber : 0
|
| + scriptId : <scriptId>
|
| + url :
|
| + }
|
| description : Promise.reject
|
| }
|
| }
|
| @@ -86,6 +93,13 @@ Running test: testRejectedPromiseWithStack
|
| url :
|
| }
|
| ]
|
| + creationFrame : {
|
| + columnNumber : 11
|
| + functionName : createPromise
|
| + lineNumber : 5
|
| + scriptId : <scriptId>
|
| + url : test.js
|
| + }
|
| description : Promise.reject
|
| }
|
| }
|
|
|