mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
abbrev-tests.el fix
* test/lisp/abbrev-tests.el (abbrev-table-p-test): Don't check internal implementation detail.
This commit is contained in:
parent
43bb4305c5
commit
3a788d7a41
@ -46,8 +46,7 @@
|
||||
;; Missing :abbrev-table-modiff counter:
|
||||
(should-not (abbrev-table-p (obarray-make)))
|
||||
(let* ((table (obarray-make)))
|
||||
(abbrev-table-put table :abbrev-table-modiff 42)
|
||||
(should (abbrev-table-p table))))
|
||||
(should (abbrev-table-empty-p (make-abbrev-table)))))
|
||||
|
||||
(ert-deftest abbrev-make-abbrev-table-test ()
|
||||
;; Table without properties:
|
||||
|
Loading…
Reference in New Issue
Block a user