Index: test/mjsunit/harmony/simd.js |
diff --git a/test/mjsunit/harmony/simd.js b/test/mjsunit/harmony/simd.js |
index 6330ac8338a403a014b5a5076dd0eff232f296d8..ff81506afe8cd81645bb26df4e6c10b008f768f9 100644 |
--- a/test/mjsunit/harmony/simd.js |
+++ b/test/mjsunit/harmony/simd.js |
@@ -407,7 +407,7 @@ function TestSameValue(type, lanes) { |
var simdFn = SIMD[type]; |
var instance = createInstance(type); |
var sameValue = Object.is |
- var sameValueZero = natives.ImportNow("SameValueZero"); |
+ var sameValueZero = function(x, y) { return %SameValueZero(x, y); } |
// SIMD values should not be the same as instances of different types. |
checkTypeMatrix(type, function(other) { |