diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/tests.lux | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 350a0e913..702f7f342 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -42,7 +42,7 @@ [compiler [host [".H" scheme]] - [default + ["._" default ["._" evaluation] [phase ["._" translation @@ -55,7 +55,9 @@ ["._scheme" case] ["._scheme" extension] ["._scheme" extension/common] - ["._scheme" expression]]]] + ["._scheme" expression]]] + [extension + ["._" statement]]] ["._default" cache] [repl ["._" type]]] @@ -65,6 +67,7 @@ ["._meta_io" archive]] ["._meta" archive] ["._meta" cache]]]] + ## TODO: Must have 100% coverage on tests. [test ["_." lux] [lux @@ -104,7 +107,7 @@ ["_." product] ["_." sum] [number - ## "_." number ## TODO: Specially troublesome... + ## "_." number ## TODO: FIX Specially troublesome... ["_." i64] ["_." ratio] ["_." complex]] @@ -145,7 +148,7 @@ ["poly_." functor]]] ["_." type ["_." check] - ## ["_." implicit] ## TODO: Specially troublesome... + ## ["_." implicit] ## TODO: FIX Specially troublesome... ["_." resource]] [compiler [default @@ -166,7 +169,7 @@ ["_.S" function]]]]] [world ["_." binary] - ## ["_." file] ## TODO: Specially troublesome... + ## ["_." file] ## TODO: FIX Specially troublesome... [net ["_." tcp] ["_." udp]]]]] |