| Index: test/inspector/debugger/async-promise-late-then.js
|
| diff --git a/test/inspector/debugger/async-promise-late-then.js b/test/inspector/debugger/async-promise-late-then.js
|
| index c0b588a9ccd2e39273143372edbb32c3c333e33a..83c610b921d2c18c30c3d0bb6cf3255d4c2fd6d6 100644
|
| --- a/test/inspector/debugger/async-promise-late-then.js
|
| +++ b/test/inspector/debugger/async-promise-late-then.js
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
| // Flags: --expose-gc
|
|
|
| -print('Checks async stack for late .then handlers with gc');
|
| +InspectorTest.log('Checks async stack for late .then handlers with gc');
|
|
|
| InspectorTest.addScript(`
|
| function foo1() {
|
|
|