aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/type/resource.lux')
-rw-r--r--stdlib/source/test/lux/type/resource.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/type/resource.lux b/stdlib/source/test/lux/type/resource.lux
index f78fb8473..4f06802b3 100644
--- a/stdlib/source/test/lux/type/resource.lux
+++ b/stdlib/source/test/lux/type/resource.lux
@@ -160,12 +160,12 @@
(monad.do meta.monad
[[_ _ exception] (meta.export exception)]
(function (_ compiler)
- {#.Right [compiler
+ {.#Right [compiler
(list (code.bit (case ((macro.single_expansion to_expand) compiler)
- {#try.Success _}
+ {try.#Success _}
false
- {#try.Failure error}
+ {try.#Failure error}
true)))]})))
(def: .public test