From: Eshel Yaron Date: Tue, 2 Apr 2024 13:52:10 +0000 (+0200) Subject: ; Fix 'value<' type mismatch test X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=144c2f0ae0842d5484b780e82a8b1e1dc17952aa;p=emacs.git ; Fix 'value<' type mismatch test --- diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el index 1b13785a9fc..4536816dc89 100644 --- a/test/src/fns-tests.el +++ b/test/src/fns-tests.el @@ -1675,7 +1675,7 @@ (ert-deftest fns-value<-type-mismatch () ;; values of disjoint (incomparable) types (let ((incomparable - `( 1 a "a" (a b) [a b] ,(bool-vector nil t) #s(a b) + `( 1 a "a" [a b] ,(bool-vector nil t) #s(a b) ,(make-char-table 'test) ,(make-hash-table) ,(obarray-make)