summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-if-no-then.txt
blob: 46525fe7b184dd29c258e4fe9b12792183342deb (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func (if (i32.const 0))))
(;; STDERR ;;;
out/test/parse/expr/bad-if-no-then.txt:3:32: error: unexpected token ")", expected then block (e.g. (then ...)).
(module (func (if (i32.const 0))))
                               ^
;;; STDERR ;;)