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.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/type/resource.lux b/stdlib/source/test/lux/type/resource.lux
index e8c4b0fba..f78fb8473 100644
--- a/stdlib/source/test/lux/type/resource.lux
+++ b/stdlib/source/test/lux/type/resource.lux
@@ -160,13 +160,13 @@
(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)
- true)))]))))
+ {#try.Failure error}
+ true)))]})))
(def: .public test
Test