]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change.
authorAndrea Corallo <acorallo@gnu.org>
Sun, 3 Mar 2024 15:58:25 +0000 (16:58 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 3 Mar 2024 17:05:36 +0000 (18:05 +0100)
(cherry picked from commit f677b4499964c9449d760c4c6e60130b103ed5a8)

test/lisp/emacs-lisp/comp-cstr-tests.el

index c3a7092819d2f5be1841393a6c8b5986044cde3f..955a99ced57b45b514ac6a45b8ecae28ee70fee3 100644 (file)
@@ -169,8 +169,8 @@ The arg is an alist of: type specifier -> expected type specifier."
   ((and symbol (not symbol)) . nil)
   ;; 61
   ((and atom (not symbol)) . atom)
-  ;; 62
-  ((and atom (not string)) . (or array atom))
+  ;; 62 Conservative FIXME
+  ((and atom (not string)) . (or array sequence atom))
   ;; 63 Conservative
   ((and symbol (not (member foo))) . symbol)
   ;; 64 Conservative