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

Unified Diff: test/mjsunit/compiler/opt-next-call-turbo.js

Issue 2653753007: [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). (Closed)
Patch Set: Addressing comments Created 3 years, 11 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/compiler/opt-next-call.js ('k') | test/mjsunit/compiler/optimized-float32array-length.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/opt-next-call-turbo.js
diff --git a/test/mjsunit/compiler/opt-next-call-turbo.js b/test/mjsunit/compiler/opt-next-call-turbo.js
index d4beff9f6e6f0830713a0ee374671296b8f1b2d2..39f29c9e5cc6eb867e02ae6e735bdca00103b948 100644
--- a/test/mjsunit/compiler/opt-next-call-turbo.js
+++ b/test/mjsunit/compiler/opt-next-call-turbo.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 --turbo-filter=*
+// Flags: --allow-natives-syntax --crankshaft --turbo-filter=*
function foo() {
with ({ value:"fooed" }) { return value; }
« no previous file with comments | « test/mjsunit/compiler/opt-next-call.js ('k') | test/mjsunit/compiler/optimized-float32array-length.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698