aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/type/resource.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/type/resource.lux b/stdlib/source/test/lux/type/resource.lux
index df66d6f74..88ed4b815 100644
--- a/stdlib/source/test/lux/type/resource.lux
+++ b/stdlib/source/test/lux/type/resource.lux
@@ -155,7 +155,8 @@
))
)))))
-(syntax: (with_error {exception <code>.identifier} to_expand)
+(syntax: (with_error [exception <code>.identifier
+ to_expand <code>.any])
(monad.do meta.monad
[[_ _ _ exception] (meta.export exception)]
(function (_ compiler)