projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e780f98
)
Revert "* Update a comp test (bug#68523)"
author
Andrea Corallo
<acorallo@gnu.org>
Mon, 22 Jan 2024 07:49:17 +0000
(08:49 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Mon, 22 Jan 2024 08:44:50 +0000
(09:44 +0100)
* test/src/comp-tests.el (comp-tests-ret-type-spec-71): Reverts commit
c5031a52c5c6ad74fab27d3754700e7457717516
to compensate for
50201e03b9c
.
test/src/comp-tests.el
patch
|
blob
|
history
diff --git
a/test/src/comp-tests.el
b/test/src/comp-tests.el
index f479d175c431f7bb7ffef47933c2c527b0107efa..0aa9e76fa2dcae34fad053761bbc717dd6f416e6 100644
(file)
--- a/
test/src/comp-tests.el
+++ b/
test/src/comp-tests.el
@@
-1421,7
+1421,7
@@
Return a list of results."
(if (= x 0.0)
x
(error "")))
- '(or (member
0.0 -
0.0) (integer 0 0)))
+ '(or (member
-0.0
0.0) (integer 0 0)))
;; 72
((defun comp-tests-ret-type-spec-f (x)