]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "* Update a comp test (bug#68523)"
authorAndrea Corallo <acorallo@gnu.org>
Mon, 22 Jan 2024 07:49:17 +0000 (08:49 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jan 2024 16:55:51 +0000 (17:55 +0100)
* test/src/comp-tests.el (comp-tests-ret-type-spec-71): Reverts commit
c5031a52c5c6ad74fab27d3754700e7457717516 to compensate for
50201e03b9c.

(cherry picked from commit 269d3515608e4e91cdd03f90bac9c2a9d5e3d094)

test/src/comp-tests.el

index f479d175c431f7bb7ffef47933c2c527b0107efa..0aa9e76fa2dcae34fad053761bbc717dd6f416e6 100644 (file)
@@ -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)