diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-05-01 18:03:01 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 971bbf0af31e6f1c9690eb8287db86be79c97f73 (patch) | |
| tree | 46a3d37f3f0d9ea97cdd0a9a9ed4c48a88793b16 /spec/lang/struct_spec.moon | |
| parent | add array/map (diff) | |
| download | alive-971bbf0af31e6f1c9690eb8287db86be79c97f73.tar.gz alive-971bbf0af31e6f1c9690eb8287db86be79c97f73.zip | |
rename array/struct modules to avoid name conflict
Diffstat (limited to 'spec/lang/struct_spec.moon')
| -rw-r--r-- | spec/lang/struct_spec.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lang/struct_spec.moon b/spec/lang/struct_spec.moon index d0af6bc..6a6e0fa 100644 --- a/spec/lang/struct_spec.moon +++ b/spec/lang/struct_spec.moon @@ -2,7 +2,7 @@ import TestPilot from require 'spec.test_setup' import T, Struct, Constant from require 'alv' describe "struct", -> - test = TestPilot '', '(import* struct)\n' + test = TestPilot '', '(import* struct-)\n' ab = Struct { a: T.num, b: T.bool } |
