aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/comp-tests.el
diff options
context:
space:
mode:
authorAndrea Corallo2024-01-22 08:49:17 +0100
committerAndrea Corallo2024-01-22 09:44:50 +0100
commit269d3515608e4e91cdd03f90bac9c2a9d5e3d094 (patch)
treebd537a6f3b9ab09d1e71bf5c0b39ec887699eaa8 /test/src/comp-tests.el
parente780f98944fbb14a22a2b1e15d0e7cb435f55550 (diff)
downloademacs-269d3515608e4e91cdd03f90bac9c2a9d5e3d094.tar.gz
emacs-269d3515608e4e91cdd03f90bac9c2a9d5e3d094.zip
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.
Diffstat (limited to 'test/src/comp-tests.el')
-rw-r--r--test/src/comp-tests.el2
1 files changed, 1 insertions, 1 deletions
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."
1421 (if (= x 0.0) 1421 (if (= x 0.0)
1422 x 1422 x
1423 (error ""))) 1423 (error "")))
1424 '(or (member 0.0 -0.0) (integer 0 0))) 1424 '(or (member -0.0 0.0) (integer 0 0)))
1425 1425
1426 ;; 72 1426 ;; 72
1427 ((defun comp-tests-ret-type-spec-f (x) 1427 ((defun comp-tests-ret-type-spec-f (x)