Index: test/mjsunit/define-property-gc.js |
diff --git a/test/mjsunit/define-property-gc.js b/test/mjsunit/define-property-gc.js |
index 0b5d06c751da973062519e50a46ecc54dc3a169d..573a7edbdcb514d606bcffb324ade6f97ad57846 100644 |
--- a/test/mjsunit/define-property-gc.js |
+++ b/test/mjsunit/define-property-gc.js |
@@ -26,6 +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 |
function Regular() { |
this[0] = 0; |