blob: 343fc175c59cb67c4f98140f22befd13480ce6ba [file] [log] [blame] [edit]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func))
;; Can't have two modules in a .wat file.
(module)
(;; STDERR ;;;
out/test/parse/module/bad-module-multi.txt:6:1: error: unexpected token (, expected EOF.
(module)
^
;;; STDERR ;;)