Index: test/mjsunit/regress/regress-crbug-632800.js |
diff --git a/test/mjsunit/regress/regress-crbug-632800.js b/test/mjsunit/regress/regress-crbug-632800.js |
index 6296572c17444150e0889be13ea9bfaab8a259a3..a4c23012171aa8fd7ce38ae4397fd7ff243df8d5 100644 |
--- a/test/mjsunit/regress/regress-crbug-632800.js |
+++ b/test/mjsunit/regress/regress-crbug-632800.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --ignition --ignition-osr --turbo-from-bytecode |
+// Flags: --ignition --ignition-osr |
function osr() { |
for (var i = 0; i < 50000; ++i) Math.random(); |