| Index: test/inspector/debugger/async-stack-await-expected.txt
 | 
| diff --git a/test/inspector/debugger/async-stack-await-expected.txt b/test/inspector/debugger/async-stack-await-expected.txt
 | 
| index 1fda6b0d4b4596e2f8816ba38f263be41bf5a0b1..be13f3c64b9e6a765870bdcdd6a7e50bf17af9da 100644
 | 
| --- a/test/inspector/debugger/async-stack-await-expected.txt
 | 
| +++ b/test/inspector/debugger/async-stack-await-expected.txt
 | 
| @@ -4,12 +4,16 @@ foo2 (test.js:15:2)
 | 
|  foo2 (test.js:13:19)
 | 
|  test (test.js:24:8)
 | 
|  (anonymous) (expr.js:0:0)
 | 
| +--- created in ---
 | 
| +foo2 (test.js:13:19)
 | 
|  
 | 
|  foo2 (test.js:17:2)
 | 
|  -- async function --
 | 
|  foo2 (test.js:13:19)
 | 
|  test (test.js:24:8)
 | 
|  (anonymous) (expr.js:0:0)
 | 
| +--- created in ---
 | 
| +foo2 (test.js:13:19)
 | 
|  
 | 
|  foo1 (test.js:9:2)
 | 
|  foo2 (test.js:18:8)
 | 
| @@ -17,20 +21,31 @@ foo2 (test.js:18:8)
 | 
|  foo2 (test.js:13:19)
 | 
|  test (test.js:24:8)
 | 
|  (anonymous) (expr.js:0:0)
 | 
| +--- created in ---
 | 
| +foo2 (test.js:13:19)
 | 
|  
 | 
|  foo1 (test.js:9:2)
 | 
|  -- Promise.resolve --
 | 
| +--- created in ---
 | 
| +foo2 (test.js:19:16)
 | 
| +-- Promise.resolve --
 | 
| +foo2 (test.js:19:30)
 | 
| +--- created in ---
 | 
|  foo2 (test.js:19:30)
 | 
|  -- async function --
 | 
|  foo2 (test.js:13:19)
 | 
|  test (test.js:24:8)
 | 
|  (anonymous) (expr.js:0:0)
 | 
| +--- created in ---
 | 
| +foo2 (test.js:13:19)
 | 
|  
 | 
|  foo2 (test.js:20:2)
 | 
|  -- async function --
 | 
|  foo2 (test.js:13:19)
 | 
|  test (test.js:24:8)
 | 
|  (anonymous) (expr.js:0:0)
 | 
| +--- created in ---
 | 
| +foo2 (test.js:13:19)
 | 
|  
 | 
|  {
 | 
|      id : <messageId>
 | 
| 
 |