projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daec3e7
)
* Update a comp test (bug#68523)
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 17 Jan 2024 14:28:43 +0000
(15:28 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 17 Jan 2024 14:50:17 +0000
(15:50 +0100)
* test/src/comp-tests.el (comp-tests-ret-type-spec-71): Update a test
due to new 'sxhash-equal' behaviour.
test/src/comp-tests.el
patch
|
blob
|
history
diff --git
a/test/src/comp-tests.el
b/test/src/comp-tests.el
index 0aa9e76fa2dcae34fad053761bbc717dd6f416e6..f479d175c431f7bb7ffef47933c2c527b0107efa 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)