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