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 CL-X)

Source Code

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