Index: test/mjsunit/messages.js |
diff --git a/test/mjsunit/messages.js b/test/mjsunit/messages.js |
index 9b3ca18d7b1b82b308b10b570695bce7530ec673..2eda002d7c7f42c559d1a649a15e7c9d50b219d8 100644 |
--- a/test/mjsunit/messages.js |
+++ b/test/mjsunit/messages.js |
@@ -325,7 +325,7 @@ test(function() { |
// kSimdToNumber |
test(function() { |
- 1 + SIMD.float32x4(1, 2, 3, 4); |
+ 1 + SIMD.Float32x4(1, 2, 3, 4); |
}, "Cannot convert a SIMD value to a number", TypeError); |
// kUndefinedOrNullToObject |