diff options
Diffstat (limited to 'spec/lang/array_spec.moon')
| -rw-r--r-- | spec/lang/array_spec.moon | 2 |
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 |
