Commit ed3d888d authored by neis's avatar neis Committed by Commit bot

[test] Remove bogus --crankshaft flag from a modules test.

The function being tested is forced to go through Turbofan anyway (since it references a module variable).

Adding --turbo explicitly just to make a check happy.

BUG=

Review-Url: https://codereview.chromium.org/2664393003
Cr-Commit-Position: refs/heads/master@{#42844}
parent 158ac928
......@@ -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++ };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment