emacs-diffs
[Top][All Lists]
Advanced

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

master 269d3515608: Revert "* Update a comp test (bug#68523)"


From: Andrea Corallo
Subject: master 269d3515608: Revert "* Update a comp test (bug#68523)"
Date: Mon, 22 Jan 2024 03:45:05 -0500 (EST)

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

    Revert "* Update a comp test (bug#68523)"
    
    * test/src/comp-tests.el (comp-tests-ret-type-spec-71): Reverts commit
    c5031a52c5c6ad74fab27d3754700e7457717516 to compensate for
    50201e03b9c.
---
 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 f479d175c43..0aa9e76fa2d 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]