Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
module
/
bad-memory-empty.txt
blob: 701a764515157697c92a93ef0135651cba8d40ad [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module (memory))
(;; STDERR ;;;
out/test/parse/module/bad-memory-empty.txt:2:16: syntax error, unexpected ), expecting NAT
(module (memory))
^
;;; STDERR ;;)