emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 7293c23 2/3: * Fix a type specifier test


From: Andrea Corallo
Subject: feature/native-comp 7293c23 2/3: * Fix a type specifier test
Date: Mon, 4 Jan 2021 16:35:04 -0500 (EST)

branch: feature/native-comp
commit 7293c23d14ed96cc07eeb87f0d974dcc25dcfa98
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Fix a type specifier test
    
        * test/lisp/emacs-lisp/comp-cstr-tests.el
        (comp-cstr-typespec-tests-alist): Fix a testcase.
---
 test/lisp/emacs-lisp/comp-cstr-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/emacs-lisp/comp-cstr-tests.el 
b/test/lisp/emacs-lisp/comp-cstr-tests.el
index 149afaf..f5ed052 100644
--- a/test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/test/lisp/emacs-lisp/comp-cstr-tests.el
@@ -103,7 +103,7 @@
       ;; 30
       ((and (member foo) (integer 1 2)) . nil)
       ;; 31
-      ((and (member 1 2) (member 3 2)) . (member 2))
+      ((and (member 1 2) (member 3 2)) . (integer 2 2))
       ;; 32
       ((and number (integer 1 2)) . (integer 1 2))
       ;; 33



reply via email to

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