summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r--test/exception-handling.wast.fromBinary.noDebugInfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo
index 69abafdbf..0b5a7d896 100644
--- a/test/exception-handling.wast.fromBinary.noDebugInfo
+++ b/test/exception-handling.wast.fromBinary.noDebugInfo
@@ -24,7 +24,7 @@
)
(catch
(local.set $0
- (exnref.pop)
+ (pop exnref)
)
(drop
(block $label$3 (result i32)
@@ -44,7 +44,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(br $label$4)
)
@@ -56,7 +56,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
)
)
@@ -67,7 +67,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(call $1)
(call $2)