Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
assert
/
bad-invoke-no-module.txt
blob: b8137b6d21bb6a84554b680f27ab6e9cc48ca9c7 [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
;;; FLAGS: --spec
(invoke "foo")
(;; STDERR ;;;
out/test/parse/assert/bad-invoke-no-module.txt:3:2: unknown module
(invoke "foo")
^^^^^^
;;; STDERR ;;)