summaryrefslogtreecommitdiff
path: root/test/reference-types.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/reference-types.wast.fromBinary')
-rw-r--r--test/reference-types.wast.fromBinary18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/reference-types.wast.fromBinary b/test/reference-types.wast.fromBinary
index c266e725a..00e651305 100644
--- a/test/reference-types.wast.fromBinary
+++ b/test/reference-types.wast.fromBinary
@@ -702,7 +702,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(ref.null extern)
)
@@ -715,7 +715,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(ref.null func)
)
@@ -727,7 +727,7 @@
(ref.null exn)
)
(catch
- (exnref.pop)
+ (pop exnref)
)
)
)
@@ -738,7 +738,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(ref.func $foo)
)
@@ -750,7 +750,7 @@
(local.get $1)
)
(catch
- (exnref.pop)
+ (pop exnref)
)
)
)
@@ -761,7 +761,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(local.get $1)
)
@@ -773,7 +773,7 @@
(ref.func $foo)
)
(catch
- (exnref.pop)
+ (pop exnref)
)
)
)
@@ -784,7 +784,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(local.get $1)
)
@@ -797,7 +797,7 @@
)
(catch
(drop
- (exnref.pop)
+ (pop exnref)
)
(ref.func $foo)
)