aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/debug.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/debug.lux b/stdlib/source/test/lux/debug.lux
index 960d314b9..79bc194a8 100644
--- a/stdlib/source/test/lux/debug.lux
+++ b/stdlib/source/test/lux/debug.lux
@@ -54,7 +54,7 @@
[sample_bit random.bit
sample_int random.int
sample_frac random.frac
- sample_text (random.ascii/upper 10)
+ sample_text (random.upper_case 10)
sample_nat random.nat
sample_rev random.rev]
(in (`` (and (~~ (template [<type> <format> <sample>]
@@ -198,7 +198,7 @@
[sample_bit random.bit
sample_int random.int
sample_frac random.frac
- sample_text (random.ascii/upper 10)]
+ sample_text (random.upper_case 10)]
(_.cover [/.inspection]
(`` (and (~~ (template [<format> <sample>]
[(text#= (<format> <sample>) (/.inspection <sample>))]
@@ -232,7 +232,7 @@
Test
(<| (_.covering /._)
(do random.monad
- [message (random.ascii/lower 5)]
+ [message (random.lower_case 5)]
(all _.and
..inspection
..representation
@@ -241,7 +241,7 @@
(and (exception.match? /.type_hole error)
(text.contains? (%.type My_Text) error))))
(do random.monad
- [foo (random.ascii/upper 10)
+ [foo (random.upper_case 10)
bar random.nat
baz random.bit]
(_.cover [/.here]