emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/compat bd659cf767 1/2: Use compat-deftests for subr-pri


From: ELPA Syncer
Subject: [elpa] externals/compat bd659cf767 1/2: Use compat-deftests for subr-primitive-p tests
Date: Mon, 18 Jul 2022 04:57:22 -0400 (EDT)

branch: externals/compat
commit bd659cf76794ad6ae08e1661d3e2cd5459c3ffe3
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Use compat-deftests for subr-primitive-p tests
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index f2343af3f1..1a9f63568d 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -1771,7 +1771,7 @@ being compared against."
   (expect wrong-type-argument '(0 0 0 0 a))
   (expect wrong-type-argument '(0 0 0 0 0 a)))
 
-(compat-deftest subr-primitive-p
+(compat-deftests subr-primitive-p
   (ought t (symbol-function 'identity))       ;function from fns.c
   (ought nil (symbol-function 'match-string)) ;function from subr.el
   (ought nil (symbol-function 'defun))        ;macro from subr.el



reply via email to

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