aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-05-01 21:58:26 -0400
committerEduardo Julian2018-05-01 21:58:26 -0400
commit786532a1cad201a8f460f312b236e926b0c2959c (patch)
treed0c8e59d8d7daa553d5252a49fb6cd78a1804af4 /stdlib/test/tests.lux
parent00c5bad77dda7e204642976e67da536f82f0cbcf (diff)
- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 2c462e248..7351c8746 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -43,8 +43,8 @@
["_." xml])
(coll ["_." array]
["_." bits]
- ["_." dict/unordered]
- ["_." dict/ordered]
+ ["_." dictionary/unordered]
+ ["_." dictionary/ordered]
["_." list]
["_." queue]
["_." set/unordered]