]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/src/comp-tests.el (cond-rw-1, not-cons, 45576): Rename three tests.
authorAndrea Corallo <akrl@sdf.org>
Mon, 4 Jan 2021 21:16:07 +0000 (22:16 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 4 Jan 2021 21:32:09 +0000 (22:32 +0100)
test/src/comp-tests.el

index 23a108796b851517df7883bca25dafdc1a32876e..19e0940db84e1defaddb600ed94c8aedcc3c4301 100644 (file)
@@ -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)))