blob: 98f0289fc78c842ee325f181bdf488873922fb17 (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (memory -100))
(;; STDERR ;;;
out/test/parse/module/bad-memory-init-size-negative.txt:3:17: error: unexpected token "-100", expected a natural number (e.g. 123).
(module (memory -100))
^^^^
;;; STDERR ;;)
|