mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 03:20:39 -08:00
Revert "* Update a comp test (bug#68523)"
* test/src/comp-tests.el (comp-tests-ret-type-spec-71): Reverts commitc5031a52c5to 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
Add a link
Reference in a new issue