aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/reference.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/tool/compiler/reference.lux')
-rw-r--r--stdlib/source/test/lux/tool/compiler/reference.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/tool/compiler/reference.lux b/stdlib/source/test/lux/tool/compiler/reference.lux
index 01f967571..337baa5ee 100644
--- a/stdlib/source/test/lux/tool/compiler/reference.lux
+++ b/stdlib/source/test/lux/tool/compiler/reference.lux
@@ -25,8 +25,8 @@
(def: constant
(Random /.Constant)
(all random.and
- (random.ascii/upper 5)
- (random.ascii/lower 5)
+ (random.upper_case 5)
+ (random.lower_case 5)
))
(def: .public random