tests: fix braino (missing IS)

This commit is contained in:
Daniel Kochmański 2026-05-08 08:03:49 +02:00
parent bd1f226f31
commit 61232008f6

View file

@ -782,4 +782,4 @@ the metaclass")
;;; Ensure that funcallable object is subclass of function.
(deftest mop.0031 ()
(subtypep 'mop:funcallable-standard-object 'function))
(is (subtypep 'mop:funcallable-standard-object 'function)))