* test/src/comp-tests.el (cond-rw-1, not-cons, 45576): Rename three tests.
This commit is contained in:
parent
7293c23d14
commit
8ad983c4ac
1 changed files with 3 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue