| Index: test/inspector/runtime/evaluate-async.js | 
| diff --git a/test/inspector/runtime/evaluate-async.js b/test/inspector/runtime/evaluate-async.js | 
| index ed4b6e30e2350519f35fd04947bce2c3fe2f093e..c7ccc17f62bd50bfc15e56fda0821fe83240daff 100644 | 
| --- a/test/inspector/runtime/evaluate-async.js | 
| +++ b/test/inspector/runtime/evaluate-async.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("Tests that Runtime.evaluate works with awaitPromise flag."); | 
| +InspectorTest.log("Tests that Runtime.evaluate works with awaitPromise flag."); | 
|  | 
| InspectorTest.addScript(` | 
| function createPromiseAndScheduleResolve() | 
|  |