aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/type/check.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/type/check.lux')
-rw-r--r--stdlib/source/test/lux/meta/type/check.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/meta/type/check.lux b/stdlib/source/test/lux/meta/type/check.lux
index b6459169f..441070482 100644
--- a/stdlib/source/test/lux/meta/type/check.lux
+++ b/stdlib/source/test/lux/meta/type/check.lux
@@ -11,7 +11,7 @@
["[0]" pipe]
["[0]" function]
["[0]" try]
- ["[0]" exception (.only exception)]]
+ ["[0]" exception]]
[data
["[0]" bit (.use "[1]#[0]" equivalence)]
["[0]" product]
@@ -129,7 +129,7 @@
(Random Type)
(primitive_type 2))
-(exception yolo)
+(exception.def yolo)
(def error_handling
Test