aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/meta/cache.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/tool/compiler/meta/cache.lux')
-rw-r--r--stdlib/source/test/lux/tool/compiler/meta/cache.lux8
1 files changed, 6 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/tool/compiler/meta/cache.lux b/stdlib/source/test/lux/tool/compiler/meta/cache.lux
index 9ffcd4ada..d1c3c9249 100644
--- a/stdlib/source/test/lux/tool/compiler/meta/cache.lux
+++ b/stdlib/source/test/lux/tool/compiler/meta/cache.lux
@@ -14,8 +14,10 @@
["[0]" file]]]]
[\\library
["[0]" /]]
- ["$[0]" // "_"
- ["[1][0]" context]])
+ ["[0]" / "_"
+ ["[1][0]" module]
+ ["$/[1]" // "_"
+ ["[1][0]" context]]])
(def: .public test
Test
@@ -41,4 +43,6 @@
post/0
post/1))))
+
+ /module.test
))))