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