summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-table-invalid-function.txt
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2017-07-06 13:07:24 -0700
committerGitHub <noreply@github.com>2017-07-06 13:07:24 -0700
commita5066278b34021de22b150442cb7a94d62e22102 (patch)
treecbc6e48d6397155bfe454f0b186209c0ac13b270 /test/parse/module/bad-table-invalid-function.txt
parent12963c80e7083de8c0835745ec934ea356b9ef47 (diff)
downloadwabt-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/parse/module/bad-table-invalid-function.txt')
-rw-r--r--test/parse/module/bad-table-invalid-function.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/module/bad-table-invalid-function.txt b/test/parse/module/bad-table-invalid-function.txt
index fa36ad84..19de085c 100644
--- a/test/parse/module/bad-table-invalid-function.txt
+++ b/test/parse/module/bad-table-invalid-function.txt
@@ -4,7 +4,7 @@
(func $f)
(elem (i32.const 0) $f 1))
(;; STDERR ;;;
-out/test/parse/module/bad-table-invalid-function.txt:5:26: function variable out of range (max 1)
+out/test/parse/module/bad-table-invalid-function.txt:5:26: error: function variable out of range (max 1)
(elem (i32.const 0) $f 1))
^
;;; STDERR ;;)