| Index: test/mjsunit/define-property-gc.js
|
| diff --git a/test/mjsunit/define-property-gc.js b/test/mjsunit/define-property-gc.js
|
| index 573a7edbdcb514d606bcffb324ade6f97ad57846..8d3452e9fe7774d99d1649d6ddd41094974995ed 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=2
|
| +// Flags: --max_semispace_size=1
|
|
|
| function Regular() {
|
| this[0] = 0;
|
|
|