| Index: test/inspector/debugger/step-into-expected.txt
|
| diff --git a/test/inspector/debugger/step-into-expected.txt b/test/inspector/debugger/step-into-expected.txt
|
| index 4a62c708e19b267c894390e57b454ee4a63c55fd..c8aa97ae7c9bec7398f9a81d002037ac9f4129a1 100644
|
| --- a/test/inspector/debugger/step-into-expected.txt
|
| +++ b/test/inspector/debugger/step-into-expected.txt
|
| @@ -118,7 +118,7 @@ break at:
|
| Running test: testCallArguments
|
| break at:
|
| function testCallArguments() {
|
| - #twoArguments(emptyFunction(), emptyFunction());
|
| + #twoArguments(emptyFunction(), emptyFunction());
|
| }
|
|
|
| break at:
|
| @@ -128,7 +128,7 @@ function emptyFunction() {#}
|
|
|
| break at:
|
| function testCallArguments() {
|
| - twoArguments(emptyFunction(), #emptyFunction());
|
| + twoArguments(emptyFunction(), #emptyFunction());
|
| }
|
|
|
| break at:
|
| @@ -138,7 +138,7 @@ function emptyFunction() {#}
|
|
|
| break at:
|
| function testCallArguments() {
|
| - #twoArguments(emptyFunction(), emptyFunction());
|
| + #twoArguments(emptyFunction(), emptyFunction());
|
| }
|
|
|
| break at:
|
| @@ -147,7 +147,7 @@ function twoArguments(a1, a2) {
|
|
|
|
|
| break at:
|
| - twoArguments(emptyFunction(), emptyFunction());
|
| + twoArguments(emptyFunction(), emptyFunction());
|
| #}
|
|
|
|
|
| @@ -846,10 +846,10 @@ break at:
|
| break at:
|
| async function asyncBoo() {
|
| await Promise.#resolve();
|
| -
|
| +}
|
|
|
| break at:
|
| async function asyncBoo() {
|
| #await Promise.resolve();
|
| -
|
| +}
|
|
|
|
|