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