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

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

[elpa] externals/compat 6b21a08666 13/13: Update assoc-delete-all with p


From: ELPA Syncer
Subject: [elpa] externals/compat 6b21a08666 13/13: Update assoc-delete-all with prefix
Date: Sun, 13 Mar 2022 19:57:35 -0400 (EDT)

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

    Update assoc-delete-all with prefix
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index 9926aa9986..e4e536f0b4 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -1413,7 +1413,7 @@ being compared against."
   (ought  3 (bool-vector t nil t t))
   (expect wrong-type-argument (vector)))
 
-(compat-deftest assoc-delete-all
+(compat-deftest compat-assoc-delete-all
   (ought (list) 0 (list))
   ;; Test `eq'
   (ought '((1 . one)) 0 (list (cons 1 'one)))



reply via email to

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