Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: test/mjsunit/ignition/osr-from-bytecode.js

Issue 2437103002: [turbofan] Remove deprecated --turbo-from-bytecode flag. (Closed)
Patch Set: Rebased. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/harmony/generators-turbo.js ('k') | test/mjsunit/regress/regress-2618.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/ignition/osr-from-bytecode.js
diff --git a/test/mjsunit/ignition/osr-from-bytecode.js b/test/mjsunit/ignition/osr-from-bytecode.js
index d4f40bad796783d080e0d01c5928b88fdf240518..8f9c1be3afc0f84d7770fe7223acccebfa8f3381 100644
--- a/test/mjsunit/ignition/osr-from-bytecode.js
+++ b/test/mjsunit/ignition/osr-from-bytecode.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: --allow-natives-syntax --ignition --ignition-osr --turbo-from-bytecode
+// Flags: --allow-natives-syntax --ignition --ignition-osr
function f() {
for (var i = 0; i < 10; i++) {
« no previous file with comments | « test/mjsunit/harmony/generators-turbo.js ('k') | test/mjsunit/regress/regress-2618.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698