aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/inputs/import.mp3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/inputs/import.mp b/spec/inputs/import.mp
index 99981f8..e075404 100644
--- a/spec/inputs/import.mp
+++ b/spec/inputs/import.mp
@@ -56,6 +56,7 @@ do
56do 56do
57 import "player" as Player 57 import "player" as Player
58 import "lpeg" as {:C, :Ct, :Cmt} 58 import "lpeg" as {:C, :Ct, :Cmt}
59 import "export" as {Something:{umm:{ch}}}
59 60
60do 61do
61 global * 62 global *
@@ -64,4 +65,4 @@ do
64 import "org.package.module-y" 65 import "org.package.module-y"
65 66
66do 67do
67 import "org.package.module" as {function:func,if:ifVar} 68 import "org.package.module" as {function:func, if:ifVar}