| ;;; 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 ;;) |