aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux.lux')
-rw-r--r--stdlib/source/test/lux.lux7
1 files changed, 3 insertions, 4 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index 7f9d94809..af6864ce3 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -18,10 +18,9 @@
["[0]" text (.use "[1]#[0]" equivalence)
["%" \\format (.only format)]]
[collection
- ["[0]" list (.use "[1]#[0]" functor)]
["[0]" set (.only Set) (.use "[1]#[0]" equivalence)]
- [dictionary
- ["[0]" plist]]]]
+ ["[0]" list (.use "[1]#[0]" functor)
+ ["[0]" property]]]]
["[0]" macro (.only)
[syntax (.only syntax)]
["^" pattern]
@@ -1135,7 +1134,7 @@
(function (_ is? name)
(|> captured/2
(the .#mappings)
- (plist.value name)
+ (property.value name)
(maybe#each (|>> product.right is?))
(maybe.else false))))