| 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++ };
|
|
|