aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/test/test/lux.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux
index d73f0c5a9..cfc562686 100644
--- a/stdlib/test/test/lux.lux
+++ b/stdlib/test/test/lux.lux
@@ -14,7 +14,7 @@
(context: "Value identity."
(<| (times +100)
(do @
- [size (|> r;nat (:: @ map (|>. (n/% +100) (n/max +10))))
+ [size (|> r;nat (:: @ map (|>> (n/% +100) (n/max +10))))
x (r;text size)
y (r;text size)]
($_ seq
@@ -124,7 +124,7 @@
[x (:: @ map <cap> rand-gen)
y (|> rand-gen
(:: @ map <cap>)
- (r;filter (|>. (= <0>) not)))
+ (r;filter (|>> (= <0>) not)))
#let [r (<%> y x)
x' (- r x)]]
(test ""