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

Unified Diff: test/mjsunit/compiler/opt-next-call.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/manual-concurrent-recompile.js ('k') | test/mjsunit/compiler/opt-next-call-turbo.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.js
diff --git a/test/mjsunit/compiler/opt-next-call.js b/test/mjsunit/compiler/opt-next-call.js
index 3d7e74f62660d15524a3930b08892b9e951a53b1..f1ae5bda0916cdba64562b16d95d889efe13d1f9 100644
--- a/test/mjsunit/compiler/opt-next-call.js
+++ b/test/mjsunit/compiler/opt-next-call.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
+// Flags: --allow-natives-syntax --crankshaft
function foo() {
return "fooed";
« no previous file with comments | « test/mjsunit/compiler/manual-concurrent-recompile.js ('k') | test/mjsunit/compiler/opt-next-call-turbo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698