blob: fc3be487332a2e7807d570f3b40ef87c0001acf2 [file]
;;; TOOL: run-interp-spec
;;; ARGS:
;;; ERROR: 1
(module (func (export "foo")))
(assert_exception (invoke "foo"))
(;; STDERR ;;;
out/test/parse/assert/bad-assertexception/bad-assertexception.json:4:30: invalid command: exceptions not allowed
;;; STDERR ;;)