summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/exception-handling.wast.from-wast')
-rw-r--r--test/exception-handling.wast.from-wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/exception-handling.wast.from-wast b/test/exception-handling.wast.from-wast
index be14cda0f..b5926ca09 100644
--- a/test/exception-handling.wast.from-wast
+++ b/test/exception-handling.wast.from-wast
@@ -3,11 +3,11 @@
(type $i32_=>_none (func (param i32)))
(type $i64_=>_none (func (param i64)))
(type $i32_i64_=>_none (func (param i32 i64)))
- (type $funcref_=>_none (func (param funcref)))
+ (type $eqref_=>_none (func (param eqref)))
(tag $e-i32 (param i32))
(tag $e-i64 (param i64))
(tag $e-i32-i64 (param i32 i64))
- (tag $e-funcref (param funcref))
+ (tag $e-eqref (param eqref))
(tag $e-empty (param))
(func $foo
(nop)
@@ -372,7 +372,7 @@
(do
(nop)
)
- (catch $e-funcref
+ (catch $e-eqref
(drop
(pop anyref)
)