; * test/src/treesit-tests.el: remove dead store (bytecomp warning)
This commit is contained in:
parent
a6d961ae2f
commit
2347f37f67
1 changed files with 1 additions and 3 deletions
|
@ -252,9 +252,7 @@ BODY is the test body."
|
||||||
(setq parser (treesit-parser-create 'json))
|
(setq parser (treesit-parser-create 'json))
|
||||||
(setq root (treesit-parser-root-node
|
(setq root (treesit-parser-root-node
|
||||||
parser))
|
parser))
|
||||||
(setq array (treesit-node-child root 0))
|
(setq array (treesit-node-child root 0)))
|
||||||
;; First bracket.
|
|
||||||
(setq cursor (treesit-node-child array 0)))
|
|
||||||
,@body)))
|
,@body)))
|
||||||
|
|
||||||
(ert-deftest treesit-search-forward ()
|
(ert-deftest treesit-search-forward ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue