summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/exception-handling.wast')
-rw-r--r--test/exception-handling.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exception-handling.wast b/test/exception-handling.wast
index ec5c294fc..63d2bdc3d 100644
--- a/test/exception-handling.wast
+++ b/test/exception-handling.wast
@@ -1,6 +1,6 @@
(module
(memory 1 1)
- (func $except_ref_test (param $0 except_ref) (result except_ref)
+ (func $exnref_test (param $0 exnref) (result exnref)
(local.get $0)
)
)