Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
assert
/
bad-invoke-no-module.txt
blob: 801a2a981237b6936041c0ad20bfd4b0568a8fe3 [
file
] [
edit
]
;;; TOOL: wast2json
;;; ERROR: 1
(invoke "foo")
(;; STDERR ;;;
out/test/parse/assert/bad-invoke-no-module.txt:3:2: error: unknown module
(invoke "foo")
^^^^^^
;;; STDERR ;;)