aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/abstract/apply.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/abstract/apply.lux')
-rw-r--r--stdlib/source/test/lux/abstract/apply.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/abstract/apply.lux b/stdlib/source/test/lux/abstract/apply.lux
index b120b3484..416285780 100644
--- a/stdlib/source/test/lux/abstract/apply.lux
+++ b/stdlib/source/test/lux/abstract/apply.lux
@@ -1,6 +1,7 @@
(.require
[library
[lux (.except)
+ ["_" test (.only Test)]
[abstract
[monad (.only do)]]
[control
@@ -11,8 +12,7 @@
[math
["[0]" random]
[number
- ["n" nat]]]
- ["_" test (.only Test)]]]
+ ["n" nat]]]]]
[\\library
["[0]" / (.only Apply)]])