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