Chromium Code Reviews| Index: test/mjsunit/fuzz-natives.js |
| =================================================================== |
| --- test/mjsunit/fuzz-natives.js (revision 1416) |
| +++ test/mjsunit/fuzz-natives.js (working copy) |
| @@ -31,8 +31,8 @@ |
| var result = [ ]; |
| result.push(17); |
| result.push(-31); |
| - result.push(Number.MAX_VALUE); |
| - result.push(new Array(5003)); |
| + result.push(new Array(100)); |
| + result.push(new Array(100003)); |
| result.push(Number.MIN_VALUE); |
| result.push("whoops"); |
| result.push("x"); |