aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-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 08c18894419..f7b5a6bbb4c 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -1185,7 +1185,7 @@ Return a list of results."
1185 ((defun comp-tests-ret-type-spec-f (x) 1185 ((defun comp-tests-ret-type-spec-f (x)
1186 (unless (symbolp x) 1186 (unless (symbolp x)
1187 x)) 1187 x))
1188 (not symbol)) 1188 t)
1189 1189
1190 ;; 55 1190 ;; 55
1191 ((defun comp-tests-ret-type-spec-f (x) 1191 ((defun comp-tests-ret-type-spec-f (x)