aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro/syntax/common.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/macro/syntax/common.lux6
1 files changed, 5 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/macro/syntax/common.lux b/stdlib/source/test/lux/macro/syntax/common.lux
index 998671dd5..9fcb10006 100644
--- a/stdlib/source/test/lux/macro/syntax/common.lux
+++ b/stdlib/source/test/lux/macro/syntax/common.lux
@@ -27,7 +27,9 @@
["#." reader]
["#." writer]]}
["." /// #_
- ["#." code]])
+ ["#." code]]
+ ["." / #_
+ ["#." check]])
(def: annotations-equivalence
(Equivalence /.Annotations)
@@ -132,4 +134,6 @@
(#try.Failure error)
false))))
+
+ /check.test
)))