Index: test/mjsunit/compiler/regress-445907.js |
diff --git a/test/mjsunit/compiler/regress-445907.js b/test/mjsunit/compiler/regress-445907.js |
index c820753eec3e77eef7fbf18f02c10b3771c89bae..8cde94457ed6b5c9d5ec6d8760aae4dd18bbaa7a 100644 |
--- a/test/mjsunit/compiler/regress-445907.js |
+++ b/test/mjsunit/compiler/regress-445907.js |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --turbo-deoptimization |
- |
v = []; |
v.length = (1 << 30); |