emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f677b449996 2/2: * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-


From: Andrea Corallo
Subject: master f677b449996 2/2: * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change.
Date: Sun, 3 Mar 2024 11:54:44 -0500 (EST)

branch: master
commit f677b4499964c9449d760c4c6e60130b103ed5a8
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert 
change.
---
 test/lisp/emacs-lisp/comp-cstr-tests.el | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]