aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/program.lux')
-rw-r--r--stdlib/source/test/lux/program.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/program.lux b/stdlib/source/test/lux/program.lux
index c2e473f46..62ab2204e 100644
--- a/stdlib/source/test/lux/program.lux
+++ b/stdlib/source/test/lux/program.lux
@@ -1,7 +1,6 @@
(.require
[library
[lux (.except)
- ["_" test (.only Test)]
[abstract
[monad (.only do)]]
[control
@@ -21,7 +20,9 @@
["<[1]>" \\parser]]
[macro
[syntax (.only syntax)]
- ["^" pattern]]]]]
+ ["^" pattern]]]
+ [test
+ ["_" property (.only Test)]]]]
["[0]" \\parser]
[\\library
["[0]" /]])