]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix 'value<' type mismatch test
authorEshel Yaron <me@eshelyaron.com>
Tue, 2 Apr 2024 13:52:10 +0000 (15:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Apr 2024 13:52:10 +0000 (15:52 +0200)
test/src/fns-tests.el

index 1b13785a9fc7d19f6f5bb7209c9c2cf3abc879c3..4536816dc8925c683a891446eaf1003855c792a4 100644 (file)
 (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)