aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2016-12-14 14:55:58 -0400
committerEduardo Julian2016-12-14 14:55:58 -0400
commit9d64d85cbd5a892368cd2c48147753e76ce13dc4 (patch)
tree7b14102b013276b20715b4b339c5488955188e15 /stdlib/test/tests.lux
parentd8b1363f087ae15d2ed63ab1f86a14a83c43f1e3 (diff)
- Updated lux/pipe, lux/lexer and lux/regex tests.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux7
1 files changed, 3 insertions, 4 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 4b46a7cd5..857d5c25c 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -13,6 +13,9 @@
(test lux
(lux ["_;" cli]
["_;" host]
+ ["_;" pipe]
+ ["_;" lexer]
+ ["_;" regex]
(codata ["_;" io]
[env]
[state]
@@ -52,10 +55,6 @@
## ["_;" random]
["_;" simple]
)
- ## ["_;" pipe]
- ## ["_;" lexer]
- ## ["_;" regex]
-
## (macro [ast]
## [syntax])
## [type]