blob: c72fa89c388f331eca5a26085ff239273ec5ea38 (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wast2json
;;; ERROR: 1
(module quote "invalid")
(;; STDERR ;;;
out/test/wast2json/test-invalid-quoted-modules.txt:3:2: error: error in quoted module: @0x100000001: unexpected token "invalid", expected a module field or a module.
(module quote "invalid")
^^^^^^
;;; STDERR ;;)
|