Index: test/inspector/runtime/get-properties-on-proxy.js |
diff --git a/test/inspector/runtime/get-properties-on-proxy.js b/test/inspector/runtime/get-properties-on-proxy.js |
index 40e2a961076758d61215bd08307e7b62efbcb309..71bbdc18787cddef3024c13da68cb1e77afa8f46 100644 |
--- a/test/inspector/runtime/get-properties-on-proxy.js |
+++ b/test/inspector/runtime/get-properties-on-proxy.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("Check that while Runtime.getProperties call on proxy object no user defined trap will be executed."); |
+InspectorTest.log("Check that while Runtime.getProperties call on proxy object no user defined trap will be executed."); |
InspectorTest.addScript(` |
var self = this; |