From 3a788d7a4126e9b7038140ee95fe7b5b9d8fe65c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 3 May 2016 19:21:47 +0200 Subject: [PATCH] abbrev-tests.el fix * test/lisp/abbrev-tests.el (abbrev-table-p-test): Don't check internal implementation detail. --- test/lisp/abbrev-tests.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/lisp/abbrev-tests.el b/test/lisp/abbrev-tests.el index 3c345210d20..c747e19db88 100644 --- a/test/lisp/abbrev-tests.el +++ b/test/lisp/abbrev-tests.el @@ -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: -- 2.39.2