blob: e6d082c22a5559c19be1432cf9f1f780501c7d40 (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (import "foo" (param i32)))
(;; STDERR ;;;
out/test/parse/module/bad-import-func-one-string.txt:3:23: error: unexpected token "(", expected a quoted string (e.g. "foo").
(module (import "foo" (param i32)))
^
;;; STDERR ;;)
|