summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-memory-segment-address.txt
blob: b170260f28501269ad42fa48329a4b670ba87025 (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
  (memory 100)
  (data foo))
(;; STDERR ;;;
out/test/parse/module/bad-memory-segment-address.txt:5:9: error: unexpected token foo, expected ).
  (data foo))
        ^^^
;;; STDERR ;;)