* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change.

This commit is contained in:
Andrea Corallo 2024-03-03 16:58:25 +01:00
parent 8d11b7e427
commit f677b44999

View 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