diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/test.lux | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/stdlib/test/test.lux b/stdlib/test/test.lux index a28c38ce5..0985211f2 100644 --- a/stdlib/test/test.lux +++ b/stdlib/test/test.lux @@ -83,12 +83,7 @@ ## TODO: Must have 100% coverage on tests. [/ ["/." lux - ## [time - ## [instant (#+)] - ## [duration (#+)] - ## [date (#+)]] ## [control - ## ## [exception (#+)] ## ## [interval (#+)] ## ## [pipe (#+)] ## ## [continuation (#+)] @@ -164,6 +159,10 @@ ## ## [implicit (#+)] ## TODO: FIX Specially troublesome... ## ## [resource (#+)] ## [dynamic (#+)]] + ## [time + ## [instant (#+)] + ## [duration (#+)] + ## [date (#+)]] ## [compiler ## [default ## ["_default/." syntax] |