aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux9
1 files changed, 2 insertions, 7 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 738ef182b..5c7838634 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -83,10 +83,6 @@
## TODO: Must have 100% coverage on tests.
[test
["/." lux
- ## [cli (#+)]
- ## [host (#+)]
- ## [host
- ## [jvm (#+)]]
## [io (#+)]
## [time
## [instant (#+)]
@@ -196,6 +192,5 @@
)
(program: args
- (exec (_.run! (<| (_.times 100)
- /lux.test))
- (io [])))
+ (io (_.run! (<| (_.times 100)
+ /lux.test))))