Index: test/simdjs/harness-adapt.js |
diff --git a/test/simdjs/harness-adapt.js b/test/simdjs/harness-adapt.js |
index c90d6cc9d181f571307da929197076cd60a89e6d..252eb41ba5d0e1e77de1268388d4343fcd9c957b 100644 |
--- a/test/simdjs/harness-adapt.js |
+++ b/test/simdjs/harness-adapt.js |
@@ -21,8 +21,9 @@ load = function(filename) { |
} |
}; |
-// TODO(bbudge): Drop when polyfill is not needed. |
-load('ecmascript_simd.js'); |
+// To enable SIMD polyfill, load ecmascript_simd.js here, |
+// add to resources in SimdJs.json as well as the script |
+// to re-generate SimdJs.json. |
load('base.js'); |