aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-02-04 21:23:51 -0400
committerEduardo Julian2019-02-04 21:23:51 -0400
commit30acdaba8d75840995c58bdf96e4bd1d8d1342bd (patch)
treefac57fdcd7d6497fc6524ee7c36b90097fc74b1e /stdlib/test/test.lux
parent7e4479b927f400e617602a8686683e14a7f2f74a (diff)
Converted tests for "lux/control/exception" to new format.
Diffstat (limited to '')
-rw-r--r--stdlib/test/test.lux9
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]