aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index 60fc409ad..d490620ff 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -11,17 +11,17 @@
[data
["." name]
[text
- ["%" format (#+ format)]]
+ ["%" format (#+ format)]]]
+ ["." math]
+ ["_" test (#+ Test)]
+ [math
+ ["." random (#+ Random) ("#\." functor)]
[number
["." i64]
["n" nat]
["i" int]
["r" rev]
- ["f" frac]]]
- ["." math]
- ["_" test (#+ Test)]
- [math
- ["." random (#+ Random) ("#\." functor)]]]
+ ["f" frac]]]]
## TODO: Must have 100% coverage on tests.
["." / #_
["#." abstract]