From 8ad983c4acef60a80e8d6b6ba891b1ef957f2d7c Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 4 Jan 2021 22:16:07 +0100 Subject: [PATCH] * 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 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))) -- 2.39.5