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