diff options
Diffstat (limited to 'test/spec/exception-handling-old.wast')
-rw-r--r-- | test/spec/exception-handling-old.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/exception-handling-old.wast b/test/spec/exception-handling-old.wast index 75bfe70e8..b56c4f295 100644 --- a/test/spec/exception-handling-old.wast +++ b/test/spec/exception-handling-old.wast @@ -75,7 +75,7 @@ ) ) - (func (export "try_throw_multivalue_catch") (result i32) (local $x (i32 f32)) + (func (export "try_throw_multivalue_catch") (result i32) (local $x (tuple i32 f32)) (try (result i32) (do (throw $e-i32-f32 (i32.const 5) (f32.const 1.5)) |