From 786532a1cad201a8f460f312b236e926b0c2959c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 1 May 2018 21:58:26 -0400 Subject: - Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*". --- stdlib/test/tests.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/test/tests.lux') 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] -- cgit v1.2.3