summaryrefslogtreecommitdiff
path: root/test/parse/module
diff options
context:
space:
mode:
authorAlex Bradbury <asb@asbradbury.org>2022-05-27 17:35:55 +0100
committerGitHub <noreply@github.com>2022-05-27 16:35:55 +0000
commit83a226bcd1816c86fb1fcb0963c6a11e2c373aaf (patch)
tree32e1cdd21f3deee4ca9f77f6fb0218285ac5e3cc /test/parse/module
parentd8517aa922ddd3ffd6d7f28f00d2bb0f9853cf88 (diff)
downloadwabt-83a226bcd1816c86fb1fcb0963c6a11e2c373aaf.tar.gz
wabt-83a226bcd1816c86fb1fcb0963c6a11e2c373aaf.tar.bz2
wabt-83a226bcd1816c86fb1fcb0963c6a11e2c373aaf.zip
List funcref as one of the expected value types in WastParser::ParseValueType (#1928)
Previously, externref was listed but not funcref.
Diffstat (limited to 'test/parse/module')
-rw-r--r--test/parse/module/bad-array-no-fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/module/bad-array-no-fields.txt b/test/parse/module/bad-array-no-fields.txt
index c1bbe268..90a5f222 100644
--- a/test/parse/module/bad-array-no-fields.txt
+++ b/test/parse/module/bad-array-no-fields.txt
@@ -3,7 +3,7 @@
;;; ERROR: 1
(type (array))
(;; STDERR ;;;
-out/test/parse/module/bad-array-no-fields.txt:4:13: error: unexpected token ")", expected i32, i64, f32, f64, v128 or externref.
+out/test/parse/module/bad-array-no-fields.txt:4:13: error: unexpected token ")", expected i32, i64, f32, f64, v128, externref or funcref.
(type (array))
^
;;; STDERR ;;)