summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-table-invalid-function.txt
diff options
context:
space:
mode:
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 19480106..07383518 100644
--- a/test/parse/module/bad-table-invalid-function.txt
+++ b/test/parse/module/bad-table-invalid-function.txt
@@ -1,7 +1,7 @@
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
- (table 1 anyfunc)
+ (table 1 funcref)
(func $f)
(elem (i32.const 0) $f 1))
(;; STDERR ;;;