summaryrefslogtreecommitdiff
path: root/test/spec
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec')
-rw-r--r--test/spec/exception-handling-old.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/exception-handling-old.wast b/test/spec/exception-handling-old.wast
index b56c4f295..5024fa734 100644
--- a/test/spec/exception-handling-old.wast
+++ b/test/spec/exception-handling-old.wast
@@ -82,7 +82,7 @@
)
(catch $e-i32-f32
(local.set $x
- (pop i32 f32)
+ (pop (tuple i32 f32))
)
(tuple.extract 2 0
(local.get $x)