blob: 1712816d436fa8d858bda4398216ab790c8d533c (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (export))
(;; STDERR ;;;
out/test/parse/module/bad-export-func-empty.txt:3:16: error: unexpected token ")", expected a quoted string (e.g. "foo").
(module (export))
^
;;; STDERR ;;)
|