diff options
Diffstat (limited to 'test/binaryen.js/exception-handling.js.txt')
-rw-r--r-- | test/binaryen.js/exception-handling.js.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/binaryen.js/exception-handling.js.txt b/test/binaryen.js/exception-handling.js.txt index e7c72e6a7..69b619564 100644 --- a/test/binaryen.js/exception-handling.js.txt +++ b/test/binaryen.js/exception-handling.js.txt @@ -19,6 +19,6 @@ ) ) -getExpressionInfo(throw) = {"id":47,"type":1,"event":"e"} -getExpressionInfo(rethrow) = {"id":48,"type":1,"depth":0} -getExpressionInfo(try) = {"id":46,"type":1,"hasCatchAll":0} +getExpressionInfo(throw) = {"id":48,"type":1,"event":"e"} +getExpressionInfo(rethrow) = {"id":49,"type":1,"depth":0} +getExpressionInfo(try) = {"id":47,"type":1,"hasCatchAll":0} |