diff options
Diffstat (limited to 'test/binaryen.js/exception-handling.js.txt')
-rw-r--r-- | test/binaryen.js/exception-handling.js.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/binaryen.js/exception-handling.js.txt b/test/binaryen.js/exception-handling.js.txt index 04887dc31..55f6422af 100644 --- a/test/binaryen.js/exception-handling.js.txt +++ b/test/binaryen.js/exception-handling.js.txt @@ -1,7 +1,8 @@ (module - (type $v (func)) + (type $none_=>_none (func)) + (type $i32_=>_none (func (param i32))) (event $e (attr 0) (param i32)) - (func $test (; 0 ;) (type $v) + (func $test (; 0 ;) (local $0 exnref) (try (throw $e |