| 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 20900d61717576e7c6f3a3109b49d1e40081e2e6..5a240a3942cd363b400fa691f88fb1896b57416a 100644
|
| --- a/test/mjsunit/constant-fold-control-instructions.js
|
| +++ b/test/mjsunit/constant-fold-control-instructions.js
|
| @@ -18,9 +18,6 @@ function test() {
|
| assertFalse(%_IsSmi(1.1));
|
| assertFalse(%_IsSmi({}));
|
|
|
| - assertTrue(%_IsRegExp(/regexp/));
|
| - assertFalse(%_IsRegExp({}));
|
| -
|
| assertTrue(%_IsArray([1]));
|
| assertFalse(%_IsArray(function() {}));
|
|
|
|
|