diff options
Diffstat (limited to 'spec/inputs/import.moon')
-rw-r--r-- | spec/inputs/import.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/import.moon b/spec/inputs/import.moon index ded1ffd..99981f8 100644 --- a/spec/inputs/import.moon +++ b/spec/inputs/import.moon | |||
@@ -58,7 +58,7 @@ do | |||
58 | import "lpeg" as {:C, :Ct, :Cmt} | 58 | import "lpeg" as {:C, :Ct, :Cmt} |
59 | 59 | ||
60 | do | 60 | do |
61 | export * | 61 | global * |
62 | import 'module' | 62 | import 'module' |
63 | import 'module_x' | 63 | import 'module_x' |
64 | import "org.package.module-y" | 64 | import "org.package.module-y" |