diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary')
-rw-r--r-- | test/exception-handling.wast.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/exception-handling.wast.fromBinary b/test/exception-handling.wast.fromBinary index 93678bc6f..aa6e92788 100644 --- a/test/exception-handling.wast.fromBinary +++ b/test/exception-handling.wast.fromBinary @@ -47,12 +47,12 @@ (local.set $x (block (result i32) (local.set $3 - (tuple.extract 0 + (tuple.extract 2 0 (local.get $2) ) ) (local.set $1 - (tuple.extract 1 + (tuple.extract 2 1 (local.get $2) ) ) |