aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index a25d419bc..71317af18 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -53,8 +53,8 @@
["_." set/ordered]
["_." queue]
(queue ["_." priority])
- (tree ["tree_." rose]
- ["tree_." zipper]))
+ (tree ["_." rose]
+ (rose ["_." zipper])))
(text ["_." format]
["_." lexer]
["_." regex]))
@@ -90,7 +90,7 @@
(format [context]
[html]
[css])
- (coll (tree ["tree_." parser])))
+ (coll (tree ["_." rose/parser])))
[macro]
(macro (poly [json]))
(type [unit]