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.lux4
1 files changed, 2 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 c970fbe07..c2ba9e659 100644
--- a/stdlib/source/test/lux/tool/compiler/meta/cache.lux
+++ b/stdlib/source/test/lux/tool/compiler/meta/cache.lux
@@ -31,10 +31,10 @@
context $//context.random]
(all _.and
(in (do [! async.monad]
- [pre/0 (# fs directory? (/.path fs context))
+ [pre/0 (at fs directory? (/.path fs context))
pre/1 (/.enabled? fs context)
outcome (/.enable! ! fs context)
- post/0 (# fs directory? (/.path fs context))
+ post/0 (at fs directory? (/.path fs context))
post/1 (/.enabled? fs context)]
(_.coverage' [/.path /.enabled? /.enable!]
(and (not pre/0)