| Index: test/mjsunit/define-property-gc.js
|
| diff --git a/test/mjsunit/define-property-gc.js b/test/mjsunit/define-property-gc.js
|
| index b38164d0f40b52c685448a7c2d84ced2aa7187f2..47d28095dad2503a9187377d43cda3833cc70140 100644
|
| --- a/test/mjsunit/define-property-gc.js
|
| +++ b/test/mjsunit/define-property-gc.js
|
| @@ -26,7 +26,7 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| // Tests the handling of GC issues in the defineProperty method.
|
| -// Flags: --max-new-space-size=256
|
| +// Flags: --max-old-space-size=256 --max-new-space-size=256
|
|
|
| function Regular() {
|
| this[0] = 0;
|
|
|