diff options
Diffstat (limited to 'test/spec/exception-handling/binary.txt')
-rw-r--r-- | test/spec/exception-handling/binary.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec/exception-handling/binary.txt b/test/spec/exception-handling/binary.txt index 97e7c7b7..2e7e25f8 100644 --- a/test/spec/exception-handling/binary.txt +++ b/test/spec/exception-handling/binary.txt @@ -193,9 +193,9 @@ out/test/spec/exception-handling/binary.wast:1048: assert_malformed passed: out/test/spec/exception-handling/binary.wast:1065: assert_malformed passed: 0000017: error: unable to read u32 leb128: local type count out/test/spec/exception-handling/binary.wast:1082: assert_malformed passed: - 000001c: error: local count must be < 0x10000000 + 000001e: error: local count must be <= 0xffffffff out/test/spec/exception-handling/binary.wast:1098: assert_malformed passed: - 0000030: error: local count must be < 0x10000000 + 0000030: error: local count must be <= 0xffffffff out/test/spec/exception-handling/binary.wast:1132: assert_malformed passed: 0000013: error: function signature count != function body count out/test/spec/exception-handling/binary.wast:1142: assert_malformed passed: |