Revert "* Update a comp test (bug#68523)"
* test/src/comp-tests.el (comp-tests-ret-type-spec-71): Reverts commitc5031a52c5
to compensate for50201e03b9
.
This commit is contained in:
parent
e780f98944
commit
269d351560
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