summaryrefslogtreecommitdiff
path: root/test/src/comp-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/comp-tests.el')
-rw-r--r--test/src/comp-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index 54a9a6c11cc..8bfe939fb23 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -1022,7 +1022,7 @@ Return a list of results."
(if (= x y)
x
'foo))
- '(or (member foo) number-or-marker))
+ '(or (member foo) number-or-marker integer-or-marker))
;; 14
((defun comp-tests-ret-type-spec-f (x)
@@ -1162,7 +1162,7 @@ Return a list of results."
((defun comp-tests-ret-type-spec-f (x)
(when (> x 1.0)
x))
- '(or null number-or-marker))
+ '(or null number-or-marker integer-or-marker))
;; 36
((defun comp-tests-ret-type-spec-f (x y)