aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux.lux')
-rw-r--r--stdlib/source/test/lux.lux10
1 files changed, 6 insertions, 4 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index db3a84ce7..22208adcc 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -3,9 +3,10 @@
[structure (#+)]
[function (#+)]
[reference (#+)]
- [case (#+)]
- [loop (#+)]
- [extension (#+)])]
+ ## [case (#+)]
+ ## [loop (#+)]
+ ## [extension (#+)]
+ )]
(.module:
["/" lux #*
[abstract
@@ -13,7 +14,8 @@
[predicate (#+ Predicate)]]
[control
["." io (#+ io)]
- ["." function]
+ ["." function
+ [mixin (#+)]]
[parser
[cli (#+ program:)]]]
[data