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 57766c2d3..7f16a237b 100644
--- a/test/exception-handling.wast
+++ b/test/exception-handling.wast
@@ -1,6 +1,6 @@
(module
(event $e0 (attr 0) (param i32))
- (event $e1 (attr 0) (param anyref))
+ (event $e1 (attr 0) (param externref))
(func $exnref_test (param $0 exnref) (result exnref)
(local.get $0)