aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lang/array_spec.moon
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-05-01 18:03:01 +0000
committers-ol <s+removethis@s-ol.nu>2021-05-01 21:26:30 +0000
commit4fc94b1e091dd1aaf04e28013b35d89511c6d9c4 (patch)
tree91075ca50fe722e224d1a1c382540d22458fe35d /spec/lang/array_spec.moon
parentadd array/map (diff)
downloadalive-4fc94b1e091dd1aaf04e28013b35d89511c6d9c4.tar.gz
alive-4fc94b1e091dd1aaf04e28013b35d89511c6d9c4.zip
rename array/struct modules to avoid name conflict
Diffstat (limited to 'spec/lang/array_spec.moon')
-rw-r--r--spec/lang/array_spec.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lang/array_spec.moon b/spec/lang/array_spec.moon
index fc7ce43..f1fe0ab 100644
--- a/spec/lang/array_spec.moon
+++ b/spec/lang/array_spec.moon
@@ -2,7 +2,7 @@ import TestPilot from require 'spec.test_setup'
import T, Array, Constant from require 'alv'
describe "array", ->
- test = TestPilot '', '(import* array)\n'
+ test = TestPilot '', '(import* array-)\n'
svec3 = Array 3, T.str