diff options
Diffstat (limited to 'test/exception-handling.wast.from-wast')
-rw-r--r-- | test/exception-handling.wast.from-wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exception-handling.wast.from-wast b/test/exception-handling.wast.from-wast index 7e7bec6ff..8bd46bd87 100644 --- a/test/exception-handling.wast.from-wast +++ b/test/exception-handling.wast.from-wast @@ -42,7 +42,7 @@ (pop i32 i64) ) (drop - (tuple.extract 0 + (tuple.extract 2 0 (local.get $x) ) ) |