Function: ert-test-aborted-with-non-local-exit-p

ert-test-aborted-with-non-local-exit-p is a function defined in ert.el.gz.

Signature

(ert-test-aborted-with-non-local-exit-p X)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
;; Could not find source code, showing raw function object.
#[(x)
  ((and
    (memq (type-of x)
	  cl-struct-ert-test-aborted-with-non-local-exit-tags)
    t))
  (cl-struct-ert-test-aborted-with-non-local-exit-tags)]