]> git.eshelyaron.com Git - emacs.git/commitdiff
* Update a comp test (bug#68523)
authorAndrea Corallo <acorallo@gnu.org>
Wed, 17 Jan 2024 14:28:43 +0000 (15:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jan 2024 16:41:20 +0000 (17:41 +0100)
* test/src/comp-tests.el (comp-tests-ret-type-spec-71): Update a test
due to new 'sxhash-equal' behaviour.

(cherry picked from commit c5031a52c5c6ad74fab27d3754700e7457717516)

test/src/comp-tests.el

index 0aa9e76fa2dcae34fad053761bbc717dd6f416e6..f479d175c431f7bb7ffef47933c2c527b0107efa 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)