aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-02-02 22:49:34 -0400
committerEduardo Julian2019-02-02 22:49:34 -0400
commit7ac55278171d8e5353c44974228e356eb45ec225 (patch)
treee53290cb154fb47a4d8c02912bbc905bad5eab6e /stdlib/test/tests.lux
parent8f5956bd29d9c5fad0a1773b3a0592792fc22bad (diff)
Ported some old tests to the new format.
Diffstat (limited to 'stdlib/test/tests.lux')
-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))))