aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/concatenative.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/control/concatenative.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/control/concatenative.lux b/stdlib/source/test/lux/control/concatenative.lux
index 542175167..aec54bebe 100644
--- a/stdlib/source/test/lux/control/concatenative.lux
+++ b/stdlib/source/test/lux/control/concatenative.lux
@@ -1,7 +1,6 @@
(.require
[library
[lux (.except)
- ["_" test (.only Test)]
[abstract
[monad (.only do)]]
[data
@@ -16,7 +15,9 @@
["f" frac]]]
[meta
[macro
- ["[0]" template]]]]]
+ ["[0]" template]]]
+ [test
+ ["_" property (.only Test)]]]]
[\\library
["[0]" / (.only =>)]])