aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/annotation.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/annotation.lux')
-rw-r--r--stdlib/source/test/lux/meta/annotation.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/meta/annotation.lux b/stdlib/source/test/lux/meta/annotation.lux
index 55a97ca60..e0fa2d3e5 100644
--- a/stdlib/source/test/lux/meta/annotation.lux
+++ b/stdlib/source/test/lux/meta/annotation.lux
@@ -46,9 +46,9 @@
(random.list size (random.and random random))))
(template: (!expect <pattern> <value>)
- (case <value>
- <pattern> true
- _ false))
+ [(case <value>
+ <pattern> true
+ _ false)])
(def: (annotation key value)
(-> Name Code /.Annotation)
@@ -142,7 +142,7 @@
))
))))
-(def: #export test
+(def: .public test
Test
(<| (_.covering /._)
(_.for [/.Annotation])