Chromium Code Reviews| Index: test/mjsunit/object-toprimitive.js |
| diff --git a/test/mjsunit/object-toprimitive.js b/test/mjsunit/object-toprimitive.js |
| index 34803ec93482668a13b3ec27303054505110ab93..ec7b520468f05e19e2bd9186cf38236e5b772f33 100644 |
| --- a/test/mjsunit/object-toprimitive.js |
| +++ b/test/mjsunit/object-toprimitive.js |
| @@ -104,3 +104,5 @@ assertEquals(87, nt); |
| assertEquals(["gvo", "gts", "ts"], trace); |
| assertThrows('Number(Symbol())', TypeError); |
| + |
| +assertThrows('Number(SIMD.float32x4(1, 2, 3, 4))', TypeError); |