aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux/math.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test/test/lux/math.lux')
-rw-r--r--stdlib/test/test/lux/math.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux/math.lux b/stdlib/test/test/lux/math.lux
index ccf9274a2..c499118b7 100644
--- a/stdlib/test/test/lux/math.lux
+++ b/stdlib/test/test/lux/math.lux
@@ -83,7 +83,7 @@
(|> sample &;exp &;log (r.= sample))))
(test: "Greatest-Common-Divisor and Least-Common-Multiple"
- [#let [gen-nat (|> R;nat (:: @ map (|>. (n.max +1) (n.% +1000))))]
+ [#let [gen-nat (|> R;nat (:: @ map (|>. (n.% +1000) (n.max +1))))]
x gen-nat
y gen-nat]
($_ (assert "GCD"