aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2016-12-17 15:28:36 -0400
committerEduardo Julian2016-12-17 15:28:36 -0400
commita60af2d673ef6b3c7090e454a1edc59838f3540d (patch)
treeb30b2893426a606e93c7bca1ca5e91a3f2012c68 /stdlib/test/tests.lux
parente0c21be8ded9924bb0fde7ae5b7bd422d77a6b03 (diff)
- Added tests for lux/macro/poly/*
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux13
1 files changed, 5 insertions, 8 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 85cce3d9f..ebb6c6999 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -26,7 +26,6 @@
[frp]
["_;" promise]
[stm])
-
(data [bit]
[bool]
[char]
@@ -60,18 +59,16 @@
## [macro]
(macro ["_;" ast]
["_;" syntax]
- ["_;" template])
+ ["_;" template]
+ (poly ["poly_;" eq]
+ ["poly_;" text-encoder]
+ ["poly_;" functor]))
["_;" type]
(type ["_;" check]
["_;" auto])
## (control [effect])
)
- )
- ## (lux (macro [poly]
- ## (poly ["poly_;" eq]
- ## ["poly_;" text-encoder]
- ## ["poly_;" functor])))
- )
+ ))
## [Program]
(program: args