blob: a5f65edbb7895db87946e9b5732567ce95d70384 (
plain)
1
2
3
4
5
6
7
8
9
|
;;; TOOL: wat2wasm
;;; ARGS: --enable-annotations
;;; ERROR: 1
(module
(func (@hello "this is a test"
(;; STDERR ;;;
out/test/regress/unterminated-annotation2.txt:6:1: error: unterminated annotation
out/test/regress/unterminated-annotation2.txt:6:1: error: unexpected token EOF, expected ).
;;; STDERR ;;)
|