summaryrefslogtreecommitdiff
path: root/test/reference-types.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/reference-types.wast.fromBinary.noDebugInfo')
-rw-r--r--test/reference-types.wast.fromBinary.noDebugInfo20
1 files changed, 15 insertions, 5 deletions
diff --git a/test/reference-types.wast.fromBinary.noDebugInfo b/test/reference-types.wast.fromBinary.noDebugInfo
index 5fce199ad..a89f3a3a3 100644
--- a/test/reference-types.wast.fromBinary.noDebugInfo
+++ b/test/reference-types.wast.fromBinary.noDebugInfo
@@ -309,7 +309,9 @@
)
(drop
(try (result anyref)
- (local.get $1)
+ (do
+ (local.get $1)
+ )
(catch
(exnref.pop)
)
@@ -317,7 +319,9 @@
)
(drop
(try (result anyref)
- (ref.func $4)
+ (do
+ (ref.func $4)
+ )
(catch
(drop
(exnref.pop)
@@ -328,7 +332,9 @@
)
(drop
(try (result funcref)
- (ref.func $4)
+ (do
+ (ref.func $4)
+ )
(catch
(drop
(exnref.pop)
@@ -339,7 +345,9 @@
)
(drop
(try (result exnref)
- (ref.null)
+ (do
+ (ref.null)
+ )
(catch
(exnref.pop)
)
@@ -347,7 +355,9 @@
)
(drop
(try (result nullref)
- (ref.null)
+ (do
+ (ref.null)
+ )
(catch
(drop
(exnref.pop)