From c5031a52c5c6ad74fab27d3754700e7457717516 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 17 Jan 2024 15:28:43 +0100 Subject: [PATCH] * 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) -- 2.39.2