From: Andrea Corallo Date: Mon, 4 Jan 2021 21:16:07 +0000 (+0100) Subject: * test/src/comp-tests.el (cond-rw-1, not-cons, 45576): Rename three tests. X-Git-Tag: emacs-28.0.90~2727^2~178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ad983c4acef60a80e8d6b6ba891b1ef957f2d7c;p=emacs.git * test/src/comp-tests.el (cond-rw-1, not-cons, 45576): Rename three tests. --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 23a108796b8..19e0940db84 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. ." (should (eq (comp-test-45576-f) 'eval)))