mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 09:16:35 -04:00
; * test/src/treesit-tests.el: remove dead store (bytecomp warning)
This commit is contained in:
parent
a6d961ae2f
commit
2347f37f67
|
|
@ -252,9 +252,7 @@ BODY is the test body."
|
|||
(setq parser (treesit-parser-create 'json))
|
||||
(setq root (treesit-parser-root-node
|
||||
parser))
|
||||
(setq array (treesit-node-child root 0))
|
||||
;; First bracket.
|
||||
(setq cursor (treesit-node-child array 0)))
|
||||
(setq array (treesit-node-child root 0)))
|
||||
,@body)))
|
||||
|
||||
(ert-deftest treesit-search-forward ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue