aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/test.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/test.lux')
-rw-r--r--stdlib/source/library/lux/test.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/test.lux b/stdlib/source/library/lux/test.lux
index b3ec2b657..9e0244547 100644
--- a/stdlib/source/library/lux/test.lux
+++ b/stdlib/source/library/lux/test.lux
@@ -65,7 +65,7 @@
#expected_coverage (set.empty symbol.hash)
#actual_coverage (set.empty symbol.hash)])
-(template [<name> <category>]
+(with_template [<name> <category>]
[(def: <name>
Tally
(revised <category> .++ ..start))]
@@ -333,7 +333,7 @@
{.#None}
(set.has [module remaining] output))))
-(template [<macro> <function>]
+(with_template [<macro> <function>]
[(def: .public <macro>
(syntax (_ [coverage (<code>.tuple (<>.many <code>.any))
condition <code>.any])