Index: test/inspector/runtime/es6-module.js |
diff --git a/test/inspector/runtime/es6-module.js b/test/inspector/runtime/es6-module.js |
index e4e468ee5d927a2338e92d9eba193b9dabd4d159..76ee91b83fa6e044f657daf76a1664cad74e8060 100644 |
--- a/test/inspector/runtime/es6-module.js |
+++ b/test/inspector/runtime/es6-module.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 basic ES6 modules support.'); |
+InspectorTest.log('Checks basic ES6 modules support.'); |
var module1 = ` |
export function foo() { |