emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c5031a52c5c: * Update a comp test (bug#68523)


From: Andrea Corallo
Subject: master c5031a52c5c: * Update a comp test (bug#68523)
Date: Wed, 17 Jan 2024 10:00:01 -0500 (EST)

branch: master
commit c5031a52c5c6ad74fab27d3754700e7457717516
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * Update a comp test (bug#68523)
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index 0aa9e76fa2d..f479d175c43 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]