summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-nop.txt
blob: f04e5acab6b51921f2b9e9b15680c36e78756b02 (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func 
          nop
          foo))
(;; STDERR ;;;
out/test/parse/expr/bad-nop.txt:5:11: error: unexpected token foo, expected ).
          foo))
          ^^^
;;; STDERR ;;)