aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/version.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/tool/compiler/version.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/test/lux/tool/compiler/version.lux b/stdlib/source/test/lux/tool/compiler/version.lux
index 492b02fa7..f76f8651d 100644
--- a/stdlib/source/test/lux/tool/compiler/version.lux
+++ b/stdlib/source/test/lux/tool/compiler/version.lux
@@ -27,13 +27,13 @@
[this ..random
that ..random]
(`` (all _.and
- (_.cover [/.format]
- (bit#= (n.= this that)
- (text#= (/.format this) (/.format that))))
+ (_.coverage [/.format]
+ (bit#= (n.= this that)
+ (text#= (/.format this) (/.format that))))
(~~ (template [<level>]
- [(_.cover [<level>]
- (text.contains? (%.nat (<level> this))
- (/.format this)))]
+ [(_.coverage [<level>]
+ (text.contains? (%.nat (<level> this))
+ (/.format this)))]
[/.patch]
[/.minor]