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.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index 87bf92b1b..85ed47228 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -105,12 +105,12 @@
## ["._interpreter" type]]
]
## TODO: Must have 100% coverage on tests.
- [/
- ["/." cli]
- ["/." io]
- ["/." host
- ["/." jvm]]
- ["/." control]]
+ ["." / #_
+ ["#." cli]
+ ["#." io]
+ ["#." host
+ ["#/." jvm]]
+ ["#." control]]
## [control
## [concurrency
## [promise (#+)]
@@ -420,7 +420,7 @@
($_ _.and
/host.test
(<| (_.context "/jvm JVM (Java Virtual Machine)")
- /jvm.test)))
+ /host/jvm.test)))
(<| (_.context "/control")
/control.test)
))