projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a85609c
)
; * test/src/treesit-tests.el: declare functions to silence warnings
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 9 May 2023 11:37:26 +0000
(13:37 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Tue, 9 May 2023 11:39:11 +0000
(13:39 +0200)
test/src/treesit-tests.el
patch
|
blob
|
history
diff --git
a/test/src/treesit-tests.el
b/test/src/treesit-tests.el
index 5b2955c34e3fd4815cd628cfdfaf881aea14de8a..4aa81a9ce0b497737b636353ffb8debbb5a93702 100644
(file)
--- a/
test/src/treesit-tests.el
+++ b/
test/src/treesit-tests.el
@@
-54,6
+54,9
@@
(declare-function treesit-node-descendant-for-range "treesit.c")
(declare-function treesit-node-eq "treesit.c")
+(declare-function treesit-search-forward "treesit.c")
+(declare-function treesit-search-subtree "treesit.c")
+
;;; Basic API
(ert-deftest treesit-basic-parsing ()