summaryrefslogtreecommitdiff
path: root/test/binary/gen-wasm-parse-error.txt
blob: c15d93eee522f80c33ca3f0c4d00b440f2e229a3 (plain)
1
2
3
4
5
6
;;; RUN: %(gen_wasm_py)s %(in_file)s
;;; ERROR: 1
section(TYPE) { foo }
(;; STDERR ;;;
3: syntax error, LexToken(RBRACE,'}',3,22)
;;; STDERR ;;)