diff options
author | Ben Smith <binjimin@gmail.com> | 2017-07-06 13:07:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 13:07:24 -0700 |
commit | a5066278b34021de22b150442cb7a94d62e22102 (patch) | |
tree | cbc6e48d6397155bfe454f0b186209c0ac13b270 /test/spec/nop.txt | |
parent | 12963c80e7083de8c0835745ec934ea356b9ef47 (diff) | |
download | wabt-a5066278b34021de22b150442cb7a94d62e22102.tar.gz wabt-a5066278b34021de22b150442cb7a94d62e22102.tar.bz2 wabt-a5066278b34021de22b150442cb7a94d62e22102.zip |
Remove BinaryErrorHandler, rename SourceErrorHandler (#553)
Since SourceErrorHandler can support binary locations, it doesn't make
much sense to have two different error handlers. There is now only an
ErrorHandler base class, and the first argument specifies whether the
error handler is expecting text or binary locations.
Diffstat (limited to 'test/spec/nop.txt')
-rw-r--r-- | test/spec/nop.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/spec/nop.txt b/test/spec/nop.txt index 09058c56..0f5dfdc0 100644 --- a/test/spec/nop.txt +++ b/test/spec/nop.txt @@ -3,15 +3,15 @@ (;; STDOUT ;;; out/third_party/testsuite/nop.wast:250: assert_invalid passed: error: type stack size too small at implicit return. got 0, expected at least 1 - error: @0x0000001a: EndFunctionBody callback failed + 000001a: error: EndFunctionBody callback failed out/third_party/testsuite/nop.wast:254: assert_invalid passed: error: type stack size too small at implicit return. got 0, expected at least 1 - error: @0x0000001a: EndFunctionBody callback failed + 000001a: error: EndFunctionBody callback failed out/third_party/testsuite/nop.wast:258: assert_invalid passed: error: type stack size too small at implicit return. got 0, expected at least 1 - error: @0x0000001a: EndFunctionBody callback failed + 000001a: error: EndFunctionBody callback failed out/third_party/testsuite/nop.wast:262: assert_invalid passed: error: type stack size too small at implicit return. got 0, expected at least 1 - error: @0x0000001a: EndFunctionBody callback failed + 000001a: error: EndFunctionBody callback failed 54/54 tests passed. ;;; STDOUT ;;) |