diff options
Diffstat (limited to 'deps/v8/test/mjsunit/binary-op-newspace.js')
-rw-r--r-- | deps/v8/test/mjsunit/binary-op-newspace.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/binary-op-newspace.js b/deps/v8/test/mjsunit/binary-op-newspace.js index 032284c634..e3341c4a7a 100644 --- a/deps/v8/test/mjsunit/binary-op-newspace.js +++ b/deps/v8/test/mjsunit/binary-op-newspace.js @@ -25,8 +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: --max-new-space-size=256 - +// Flags: --max-new-space-size=256 --noopt // Check that a mod where the stub code hits a failure in heap number // allocation still works. |