diff options
Diffstat (limited to 'test/lisp/abbrev-tests.el')
-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 a454471ae3b..1ffcd6ac0d0 100644 --- a/test/lisp/abbrev-tests.el +++ b/test/lisp/abbrev-tests.el @@ -45,8 +45,7 @@ (should-not (abbrev-table-p [])) ;; Missing :abbrev-table-modiff counter: (should-not (abbrev-table-p (obarray-make))) - (let* ((table (obarray-make))) - (should (abbrev-table-empty-p (make-abbrev-table))))) + (should (abbrev-table-empty-p (make-abbrev-table)))) (ert-deftest abbrev-make-abbrev-table-test () ;; Table without properties: |