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

Unified Diff: test/mjsunit/modules-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/math-floor-of-div-minus-zero.js ('k') | test/mjsunit/never-optimize.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/modules-turbo.js
diff --git a/test/mjsunit/modules-turbo.js b/test/mjsunit/modules-turbo.js
index 7c31682a5be4702202b62b4f06b8724b3161e00c..46d5319352b99850ba7f45a569b46712f4a7d9ba 100644
--- a/test/mjsunit/modules-turbo.js
+++ b/test/mjsunit/modules-turbo.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// MODULE
-// Flags: --allow-natives-syntax
+// Flags: --allow-natives-syntax --crankshaft
export let x = 0;
function foo() { x++ };
« no previous file with comments | « test/mjsunit/math-floor-of-div-minus-zero.js ('k') | test/mjsunit/never-optimize.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698