aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-01-06 19:33:59 -0400
committerEduardo Julian2017-01-06 19:33:59 -0400
commit1e34eef43c24d1fb05afeccbe55e958b1b088dab (patch)
tree7b49370b9f5f1a99e376124335dcafd9e5b152d9 /stdlib/test/test/lux.lux
parent39a29a47313a50805dc323a3ccd949659188c8e2 (diff)
- Renamed lux/math/random to lux/random.
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 5b530ba98..6c1ea6f4b 100644
--- a/stdlib/test/test/lux.lux
+++ b/stdlib/test/test/lux.lux
@@ -9,7 +9,7 @@
(lux (control monad)
(codata [io])
[math]
- (math ["R" random])
+ ["R" random]
(data [text "T/" Eq<Text>]
text/format)
[compiler]