aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-03-24 17:38:39 -0400
committerEduardo Julian2017-03-24 17:38:39 -0400
commit1d7a328afcb649fa0a69f6df4bd7b1ca6aa8a59c (patch)
tree28ea536fd1172bac2be78d341002704f62f23def /stdlib/test/test/lux.lux
parentf6cb4f22329a4c60821fbd03749667adc703b19b (diff)
- Moved lux/random to lux/math/random.
- Moved lux/math/ratio to lux/number/ratio. - Moved lux/math/complex to lux/number/complex.
Diffstat (limited to '')
-rw-r--r--stdlib/test/test/lux.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux.lux b/stdlib/test/test/lux.lux
index 92ed5e2ca..225467526 100644
--- a/stdlib/test/test/lux.lux
+++ b/stdlib/test/test/lux.lux
@@ -4,7 +4,7 @@
(lux (control monad)
[io]
[math]
- ["R" random]
+ ["R" math/random]
(data [text "T/" Eq<Text>]
text/format)
[compiler]