aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test/test/lux.lux')
-rw-r--r--stdlib/test/test/lux.lux24
1 files changed, 13 insertions, 11 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux
index 538a70b30..706e6e4bb 100644
--- a/stdlib/test/test/lux.lux
+++ b/stdlib/test/test/lux.lux
@@ -1,15 +1,17 @@
(.module:
- lux
- lux/test
- (lux (control [monad (#+ do)])
- [math]
- ["r" math/random]
- (data [maybe]
- [bit]
- [text ("text/" Equivalence<Text>)]
- text/format)
- [macro]
- (macro ["s" syntax (#+ syntax:)])))
+ [lux #*
+ [control
+ [monad (#+ do)]]
+ [math]
+ ["r" math/random]
+ [data
+ [maybe]
+ [bit]
+ [text ("text/" Equivalence<Text>)
+ format]]
+ ["." macro
+ ["s" syntax (#+ syntax:)]]
+ test])
(context: "Value identity."
(<| (times +100)