| Index: test/mjsunit/regress/regress-1708.js
|
| diff --git a/test/mjsunit/regress/regress-1708.js b/test/mjsunit/regress/regress-1708.js
|
| index 8fabbc653ec74886589ee8b2a4194e841e04a42e..7f36ce54a592ba8f906c559aa3837d580ceec7e4 100644
|
| --- a/test/mjsunit/regress/regress-1708.js
|
| +++ b/test/mjsunit/regress/regress-1708.js
|
| @@ -32,8 +32,7 @@
|
| // sure that concurrent sweeping, which relies on similar assumptions
|
| // as lazy sweeping works correctly.
|
|
|
| -// Flags: --expose-gc --noincremental-marking --max-new-space-size=1000
|
| -// Flags: --max-old-space-size=256
|
| +// Flags: --expose-gc --noincremental-marking
|
|
|
| (function() {
|
| var head = new Array(1);
|
|
|