Index: test/simdjs/harness-adapt.js |
diff --git a/test/simdjs/harness-adapt.js b/test/simdjs/harness-adapt.js |
index a2ca2372c40e24334a16033acd25921d15bfb558..21f56002ce09cf2ed07c9b2698389a64c506d6c0 100644 |
--- a/test/simdjs/harness-adapt.js |
+++ b/test/simdjs/harness-adapt.js |
@@ -27,3 +27,8 @@ load('ecmascript_simd.js'); |
load('base.js'); |
})(); |
+ |
+// ecmascript_simd_tests logs errors to the console. |
+var console = { |
+ log: function(x) { print(x); }, |
+}; |