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