diff options
Diffstat (limited to 'test/binaryen.js/exception-handling.js.txt')
-rw-r--r-- | test/binaryen.js/exception-handling.js.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/binaryen.js/exception-handling.js.txt b/test/binaryen.js/exception-handling.js.txt index 380ce34d6..d590d0b4b 100644 --- a/test/binaryen.js/exception-handling.js.txt +++ b/test/binaryen.js/exception-handling.js.txt @@ -29,6 +29,6 @@ ) getExpressionInfo(throw) = {"id":43,"type":1,"event":"e"} -getExpressionInfo(br_on_exn) = {"id":45,"type":10,"name":"l","event":"e"} +getExpressionInfo(br_on_exn) = {"id":45,"type":9,"name":"l","event":"e"} getExpressionInfo(rethrow) = {"id":44,"type":1} getExpressionInfo(try) = {"id":42,"type":0} |