diff options
| author | Lars Ingebrigtsen | 2016-05-03 19:21:47 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-03 19:21:47 +0200 |
| commit | 3a788d7a4126e9b7038140ee95fe7b5b9d8fe65c (patch) | |
| tree | 313ebc691eee4663013bd19e9514f44311c2f9cd /test | |
| parent | 43bb4305c5fc4caf15b075631874a4aac0611cc0 (diff) | |
| download | emacs-3a788d7a4126e9b7038140ee95fe7b5b9d8fe65c.tar.gz emacs-3a788d7a4126e9b7038140ee95fe7b5b9d8fe65c.zip | |
abbrev-tests.el fix
* test/lisp/abbrev-tests.el (abbrev-table-p-test): Don't check
internal implementation detail.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/abbrev-tests.el | 3 |
1 files changed, 1 insertions, 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 @@ | |||
| 46 | ;; Missing :abbrev-table-modiff counter: | 46 | ;; Missing :abbrev-table-modiff counter: |
| 47 | (should-not (abbrev-table-p (obarray-make))) | 47 | (should-not (abbrev-table-p (obarray-make))) |
| 48 | (let* ((table (obarray-make))) | 48 | (let* ((table (obarray-make))) |
| 49 | (abbrev-table-put table :abbrev-table-modiff 42) | 49 | (should (abbrev-table-empty-p (make-abbrev-table))))) |
| 50 | (should (abbrev-table-p table)))) | ||
| 51 | 50 | ||
| 52 | (ert-deftest abbrev-make-abbrev-table-test () | 51 | (ert-deftest abbrev-make-abbrev-table-test () |
| 53 | ;; Table without properties: | 52 | ;; Table without properties: |