summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-export-table-name-undefined.txt
blob: f6a526e0e95fd55a171e99a6609f1c9b46aba50a (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (export "foo" (table $bar)))
(;; STDERR ;;;
out/test/parse/module/bad-export-table-name-undefined.txt:3:30: error: undefined table variable "$bar"
(module (export "foo" (table $bar)))
                             ^^^^
;;; STDERR ;;)