summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrea Corallo <acorallo@gnu.org>2024-03-03 16:58:25 +0100
committerAndrea Corallo <acorallo@gnu.org>2024-03-03 17:49:19 +0100
commitf677b4499964c9449d760c4c6e60130b103ed5a8 (patch)
treed2b1fbb9b7878cd1e90e474e82a179c1816637f7 /test
parent8d11b7e4275affdf66f28ec4a719fc8124252a3d (diff)
downloademacs-f677b4499964c9449d760c4c6e60130b103ed5a8.tar.gz
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/emacs-lisp/comp-cstr-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/comp-cstr-tests.el b/test/lisp/emacs-lisp/comp-cstr-tests.el
index c3a7092819d..955a99ced57 100644
--- a/test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/test/lisp/emacs-lisp/comp-cstr-tests.el
@@ -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