| Index: test/mjsunit/regress/regress-1708.js
|
| diff --git a/test/mjsunit/regress/regress-1708.js b/test/mjsunit/regress/regress-1708.js
|
| index 76f97682236e4cf15166eb816ba7e315b537c0b6..8fabbc653ec74886589ee8b2a4194e841e04a42e 100644
|
| --- a/test/mjsunit/regress/regress-1708.js
|
| +++ b/test/mjsunit/regress/regress-1708.js
|
| @@ -32,7 +32,8 @@
|
| // 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: --expose-gc --noincremental-marking --max-new-space-size=1000
|
| +// Flags: --max-old-space-size=256
|
|
|
| (function() {
|
| var head = new Array(1);
|
|
|