]> 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)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 17 Jan 2024 14:50:17 +0000 (15:50 +0100)
* test/src/comp-tests.el (comp-tests-ret-type-spec-71): Update a test
due to new 'sxhash-equal' behaviour.

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)