aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/data-tests.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/src/data-tests.el b/test/src/data-tests.el
index 9d76c58224d..daa49e671b5 100644
--- a/test/src/data-tests.el
+++ b/test/src/data-tests.el
@@ -869,9 +869,7 @@ comparing the subr with a much slower Lisp implementation."
869 tree-sitter-node tree-sitter-parser 869 tree-sitter-node tree-sitter-parser
870 ;; `functionp' also matches things of type 870 ;; `functionp' also matches things of type
871 ;; `symbol' and `cons'. 871 ;; `symbol' and `cons'.
872 ;; FIXME: `subr-primitive-p' also matches 872 function))
873 ;; special-forms.
874 function subr-primitive))
875 (should-not (cl-typep val subtype))))))))) 873 (should-not (cl-typep val subtype)))))))))
876 874
877 875