From: Andrea Corallo Date: Wed, 17 Jan 2024 14:28:43 +0000 (+0100) Subject: * Update a comp test (bug#68523) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5031a52c5c6ad74fab27d3754700e7457717516;p=emacs.git * 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. --- 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)