aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated
diff options
context:
space:
mode:
Diffstat (limited to 'test/automated')
-rw-r--r--test/automated/finalizer-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/automated/finalizer-tests.el b/test/automated/finalizer-tests.el
index 5308f01085b..4746dbea9b7 100644
--- a/test/automated/finalizer-tests.el
+++ b/test/automated/finalizer-tests.el
@@ -76,3 +76,6 @@
76 (should (equal 76 (should (equal
77 (buffer-substring (point) (point-at-eol)) 77 (buffer-substring (point) (point-at-eol))
78 "finalizer failed: (error \"ABCDEF\")"))))) 78 "finalizer failed: (error \"ABCDEF\")")))))
79
80(ert-deftest finalizer-object-type ()
81 (should (equal (type-of (make-finalizer nil)) 'finalizer)))