From: Andrea Corallo Date: Mon, 22 Jan 2024 07:49:17 +0000 (+0100) Subject: Revert "* Update a comp test (bug#68523)" X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f1c4d9a15c3891421bdc7dac310dca34c7cdd53;p=emacs.git 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. (cherry picked from commit 269d3515608e4e91cdd03f90bac9c2a9d5e3d094) --- 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)