Chromium Code Reviews| 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++ }; |