1
0
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:
Lars Ingebrigtsen 2016-05-03 19:21:47 +02:00
parent 43bb4305c5
commit 3a788d7a41

View File

@ -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: