aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/runtime.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/runtime.lux')
-rw-r--r--stdlib/source/test/aedifex/runtime.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/aedifex/runtime.lux b/stdlib/source/test/aedifex/runtime.lux
index f9749c968..cb6d1a8fe 100644
--- a/stdlib/source/test/aedifex/runtime.lux
+++ b/stdlib/source/test/aedifex/runtime.lux
@@ -22,11 +22,11 @@
(def: #export random
(Random /.Runtime)
($_ random.either
- (random\wrap /.default_java)
- (random\wrap /.default_js)
- (random\wrap /.default_python)
- (random\wrap /.default_lua)
- (random\wrap /.default_ruby)
+ (random\in /.default_java)
+ (random\in /.default_js)
+ (random\in /.default_python)
+ (random\in /.default_lua)
+ (random\in /.default_ruby)
))
(def: #export test