aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/version.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-04-09 03:03:46 -0400
committerEduardo Julian2022-04-09 03:03:46 -0400
commit04c7f49a732380a2b9f72b1b937171b341c24323 (patch)
treed54c92bf10665bba0ec4643746becce569604fb2 /stdlib/source/test/lux/tool/compiler/version.lux
parentf11afb9d2dfe2d59b41e8056eb8c4ae65268415f (diff)
Better names for testing macros (plus better indentation).
Diffstat (limited to 'stdlib/source/test/lux/tool/compiler/version.lux')
-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]