* Update a comp test (bug#68523)
* test/src/comp-tests.el (comp-tests-ret-type-spec-71): Update a test due to new 'sxhash-equal' behaviour.
This commit is contained in:
parent
daec3e7b41
commit
c5031a52c5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue