`make-finalizer' now has to be called with a function, so adjust test
This commit is contained in:
parent
db0cab990c
commit
c09fcb8f07
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
(require 'cl-lib)
|
||||
|
||||
(ert-deftest finalizer-object-type ()
|
||||
(should (equal (type-of (make-finalizer nil)) 'finalizer)))
|
||||
(should (equal (type-of (make-finalizer #'ignore)) 'finalizer)))
|
||||
|
||||
(ert-deftest record-1 ()
|
||||
(let ((x (record 'foo 1 2 3)))
|
||||
|
|
Loading…
Add table
Reference in a new issue