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