Chromium Code Reviews

Unified Diff: test/mjsunit/modules-turbo1.js

Issue 2664393003: [test] Remove bogus --crankshaft flag from a modules test. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/mjsunit/modules-turbo.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/modules-turbo1.js
diff --git a/test/mjsunit/modules-turbo.js b/test/mjsunit/modules-turbo1.js
similarity index 87%
rename from test/mjsunit/modules-turbo.js
rename to test/mjsunit/modules-turbo1.js
index 46d5319352b99850ba7f45a569b46712f4a7d9ba..ca28d8b7899741cd6315fe0540ca1a2a14cc90b4 100644
--- a/test/mjsunit/modules-turbo.js
+++ b/test/mjsunit/modules-turbo1.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// MODULE
-// Flags: --allow-natives-syntax --crankshaft
+// Flags: --allow-natives-syntax --turbo
export let x = 0;
function foo() { x++ };
« no previous file with comments | « test/mjsunit/modules-turbo.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine