aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/profile.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-07-27 03:51:10 -0400
committerEduardo Julian2021-07-27 03:51:10 -0400
commit061fd8a209bbcaffc2bfb850ac6046752a567d50 (patch)
tree8cd83ad7d0bc06ded7976eb5420467e485733ae8 /stdlib/source/test/aedifex/profile.lux
parente64b6d0114c26a455e19a416b5f02a4d19dd711f (diff)
Re-named wrap => in && unwrap => out.
Diffstat (limited to 'stdlib/source/test/aedifex/profile.lux')
-rw-r--r--stdlib/source/test/aedifex/profile.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/test/aedifex/profile.lux b/stdlib/source/test/aedifex/profile.lux
index f29ae7087..755c0e13a 100644
--- a/stdlib/source/test/aedifex/profile.lux
+++ b/stdlib/source/test/aedifex/profile.lux
@@ -36,8 +36,8 @@
(def: distribution
(Random /.Distribution)
- (random.or (random\wrap [])
- (random\wrap [])))
+ (random.or (random\in [])
+ (random\in [])))
(def: license
(Random /.License)
@@ -131,11 +131,11 @@
(random.maybe (random.ascii/alpha 1))
(random.maybe (random.ascii/alpha 1))
(..dictionary_of text.hash (random.ascii/alpha 1) ..repository)
- (random\wrap //runtime.default_java)
- (random\wrap //runtime.default_js)
- (random\wrap //runtime.default_python)
- (random\wrap //runtime.default_lua)
- (random\wrap //runtime.default_ruby)
+ (random\in //runtime.default_java)
+ (random\in //runtime.default_js)
+ (random\in //runtime.default_python)
+ (random\in //runtime.default_lua)
+ (random\in //runtime.default_ruby)
))
(def: #export test