mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert'
This commit is contained in:
parent
6738c1cc8c
commit
94891dd225
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
;; but signals a different error when its condition is violated that
|
||||
;; is caught and processed by ERT. In addition, it analyzes its
|
||||
;; argument form and records information that helps debugging
|
||||
;; (`assert' tries to do something similar when its second argument
|
||||
;; (`cl-assert' tries to do something similar when its second argument
|
||||
;; SHOW-ARGS is true, but `should' is more sophisticated). For
|
||||
;; information on `should-not' and `should-error', see their
|
||||
;; docstrings. `skip-unless' skips the test immediately without
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue