aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/exception.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control/exception.lux')
-rw-r--r--stdlib/source/test/lux/control/exception.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/control/exception.lux b/stdlib/source/test/lux/control/exception.lux
index 8dcdb7ec6..b755a370b 100644
--- a/stdlib/source/test/lux/control/exception.lux
+++ b/stdlib/source/test/lux/control/exception.lux
@@ -19,11 +19,11 @@
(exception: an_exception)
(exception: another_exception)
-(def: label "YOLO")
+(def label "YOLO")
(exception: (custom_exception [value Nat])
(/.report label (%.nat value)))
-(def: .public test
+(def .public test
Test
(do [! random.monad]
[expected random.nat