| Index: test/message/import-reserved-word.js
|
| diff --git a/test/mjsunit/harmony/modules.js b/test/message/import-reserved-word.js
|
| similarity index 81%
|
| copy from test/mjsunit/harmony/modules.js
|
| copy to test/message/import-reserved-word.js
|
| index e56880500ba359914bbdd7223b43335eac3cc038..1fd7ba291e7f64b41c183223bff35381b6621e27 100644
|
| --- a/test/mjsunit/harmony/modules.js
|
| +++ b/test/message/import-reserved-word.js
|
| @@ -4,5 +4,4 @@
|
| //
|
| // MODULE
|
|
|
| -export let a = 42;
|
| -assertEquals(42, a);
|
| +import { import } from "mod";
|
|
|