aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/meta/cache/artifact.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/tool/compiler/meta/cache/artifact.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/tool/compiler/meta/cache/artifact.lux b/stdlib/source/test/lux/tool/compiler/meta/cache/artifact.lux
index de5344cf1..2fcbf2246 100644
--- a/stdlib/source/test/lux/tool/compiler/meta/cache/artifact.lux
+++ b/stdlib/source/test/lux/tool/compiler/meta/cache/artifact.lux
@@ -36,10 +36,10 @@
expected ($binary.random 1)]
(all _.and
(in (do [! async.monad]
- [pre (# fs file? (/.path fs context @module @artifact))
+ [pre (at fs file? (/.path fs context @module @artifact))
_ (//module.enable! ! fs context @module)
write! (/.cache! fs context @module @artifact expected)
- post (# fs file? (/.path fs context @module @artifact))
+ post (at fs file? (/.path fs context @module @artifact))
read! (/.cache fs context @module @artifact)]
(_.coverage' [/.path /.cache! /.cache]
(and (not pre)