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..70af1565e43a95d98f7cac472f086633f00800ac 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_semi_space_size=1 |
function Regular() { |
this[0] = 0; |