Index: test/mjsunit/compiler/math-floor-global.js |
diff --git a/test/mjsunit/compiler/math-floor-global.js b/test/mjsunit/compiler/math-floor-global.js |
index 71b8054a3238a7a3f076854de7b5a4670d4d0ee3..4a3bcb72200fe826803b591c62393051a54b64ec 100644 |
--- a/test/mjsunit/compiler/math-floor-global.js |
+++ b/test/mjsunit/compiler/math-floor-global.js |
@@ -25,7 +25,7 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// Flags: --allow-natives-syntax |
+// Flags: --max-new-space-size=2 --allow-natives-syntax |
// Test inlining of Math.floor when assigned to a global. |
var flo = Math.floor; |