aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-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 4ea8dbbadb3..a3e887bde95 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -872,14 +872,14 @@ Return a list of results."
872 (if (= x 3) 872 (if (= x 3)
873 'foo 873 'foo
874 x)) 874 x))
875 (or (member foo) (integer * 2) (integer 4 *))) 875 (or (member foo) marker number))
876 876
877 ;; 13 877 ;; 13
878 ((defun comp-tests-ret-type-spec-8-4-f (x y) 878 ((defun comp-tests-ret-type-spec-8-4-f (x y)
879 (if (= x y) 879 (if (= x y)
880 x 880 x
881 'foo)) 881 'foo))
882 t) 882 (or (member foo) marker number))
883 883
884 ;; 14 884 ;; 14
885 ((defun comp-tests-ret-type-spec-9-1-f (x) 885 ((defun comp-tests-ret-type-spec-9-1-f (x)