summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-table-too-many.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/module/bad-table-too-many.txt')
-rw-r--r--test/parse/module/bad-table-too-many.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parse/module/bad-table-too-many.txt b/test/parse/module/bad-table-too-many.txt
index df984a26..b1ff2409 100644
--- a/test/parse/module/bad-table-too-many.txt
+++ b/test/parse/module/bad-table-too-many.txt
@@ -1,11 +1,12 @@
;;; TOOL: wat2wasm
+;;; ARGS: --disable-reference-types
;;; ERROR: 1
(module
(func (param i32))
(table anyfunc (elem 0))
(table anyfunc (elem 0)))
(;; STDERR ;;;
-out/test/parse/module/bad-table-too-many.txt:6:4: error: only one table allowed
+out/test/parse/module/bad-table-too-many.txt:7:4: error: only one table allowed
(table anyfunc (elem 0)))
^^^^^
;;; STDERR ;;)