diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/tests.lux | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 2b24bd70e..b3eaeb22c 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -21,8 +21,7 @@ ["_;" cont] ["_;" reader] ["_;" state] - ["_;" thunk] - ) + ["_;" thunk]) (data ["_;" bit] ["_;" bool] ["_;" char] @@ -55,8 +54,7 @@ ) (text ["_;" format] ["_;" lexer] - ["_;" regex]) - ) + ["_;" regex])) ["_;" math] (math ["_;" simple] (logic ["_;" continuous] @@ -69,8 +67,7 @@ ["_;" type] (type ["_;" check] ["_;" auto]) - ) - ) + )) (lux (control [contract]) (data [env] [trace] |