| Index: test/mjsunit/constant-fold-control-instructions.js
|
| diff --git a/test/mjsunit/constant-fold-control-instructions.js b/test/mjsunit/constant-fold-control-instructions.js
|
| index 291a535402a23a07adfcf026f165cc2554426b56..20900d61717576e7c6f3a3109b49d1e40081e2e6 100644
|
| --- a/test/mjsunit/constant-fold-control-instructions.js
|
| +++ b/test/mjsunit/constant-fold-control-instructions.js
|
| @@ -26,10 +26,6 @@ function test() {
|
|
|
| assertTrue(%_IsJSReceiver(new Date()));
|
| assertFalse(%_IsJSReceiver(1));
|
| -
|
| - assertTrue(%_IsMinusZero(-0.0));
|
| - assertFalse(%_IsMinusZero(1));
|
| - assertFalse(%_IsMinusZero(""));
|
| }
|
|
|
|
|
|
|