summaryrefslogtreecommitdiff
path: root/test/parse/assert/bad-assert-before-module.txt
blob: 6bade1bd82c3d83364cde4cbef81b5af27b364e5 (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wast2json
;;; ERROR: 1
(assert_return (invoke "f") (i32.const 0))
(;; STDERR ;;;
out/test/parse/assert/bad-assert-before-module.txt:3:17: error: unknown module
(assert_return (invoke "f") (i32.const 0))
                ^^^^^^
;;; STDERR ;;)