| Index: test/inspector/debugger/async-set-timeout.js
|
| diff --git a/test/inspector/debugger/async-set-timeout.js b/test/inspector/debugger/async-set-timeout.js
|
| index 2b78287b7ac220d75456057fb8d39308d4a3eeb9..31712329d37c4ac1326716295b6d12076d9bf611 100644
|
| --- a/test/inspector/debugger/async-set-timeout.js
|
| +++ b/test/inspector/debugger/async-set-timeout.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -print('Checks that async stack contains setTimeout');
|
| +InspectorTest.log('Checks that async stack contains setTimeout');
|
|
|
| InspectorTest.addScript(`
|
| var resolveCallback;
|
|
|