aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-05-09 17:49:03 -0400
committerEduardo Julian2017-05-09 17:49:03 -0400
commitfb031d2157cfbebe359ab58db02de363b96fe909 (patch)
treee0cff590966865d09f8462d64adbe4d64eee8c13 /stdlib/test/tests.lux
parentdd5220e13b03c8f85972feac535a34ef64525222 (diff)
- Small fixes and refactorings.
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r--stdlib/test/tests.lux9
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]