From 7ac55278171d8e5353c44974228e356eb45ec225 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 2 Feb 2019 22:49:34 -0400 Subject: Ported some old tests to the new format. --- stdlib/test/tests.lux | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'stdlib/test/tests.lux') 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)))) -- cgit v1.2.3