blob: 12c401910c8dae126eaf94a6ee9ca22859d137ec (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (test))
(;; STDERR ;;;
out/test/regress/regress-13.txt:3:10: error: unexpected token "test", expected a module field.
(module (test))
^^^^
;;; STDERR ;;)
|