emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 8ad983c 3/3: * test/src/comp-tests.el (cond-rw-1, no


From: Andrea Corallo
Subject: feature/native-comp 8ad983c 3/3: * test/src/comp-tests.el (cond-rw-1, not-cons, 45576): Rename three tests.
Date: Mon, 4 Jan 2021 16:35:05 -0500 (EST)

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

    * test/src/comp-tests.el (cond-rw-1, not-cons, 45576): Rename three tests.
---
 test/src/comp-tests.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index 23a1087..19e0940 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -475,14 +475,14 @@ 
https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-03/msg00914.html.";
                  '(1 2 3 (4 5 6))))
   (should (null (comp-test-copy-insn-f nil))))
 
-(comp-deftest comp-test-cond-rw-1 ()
+(comp-deftest cond-rw-1 ()
   "Check cond-rw does not break target blocks with multiple predecessor."
   (should (null (comp-test-cond-rw-1-2-f))))
 
-(comp-deftest comp-test-not-cons ()
+(comp-deftest not-cons-1 ()
   (should-not (comp-test-not-cons-f nil)))
 
-(comp-deftest comp-test-45576 ()
+(comp-deftest 45576-1 ()
   "Functionp satisfies also symbols.
 <https://lists.gnu.org/archive/html/bug-gnu-emacs/2021-01/msg00029.html>."
   (should (eq (comp-test-45576-f) 'eval)))



reply via email to

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