1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 23:50:33 +02:00

gnu: tree-sitter-vhdl: Disable highlighting test.

* gnu/packages/tree-sitter.scm (tree-sitter-vhdl)[#:get-cleanup-snippet]:
Disable highlighting test.

Change-Id: Idefb35f00ad50746b730198043018a5120fb33c5
This commit is contained in:
Hilton Chain
2025-04-12 13:13:44 +08:00
parent 49e99d6b4b
commit f84a45f011

View File

@@ -815,6 +815,8 @@ which will be used as a snippet in origin."
(delete-file "src/node-types.json")
(delete-file "src/parser.c")
(delete-file-recursively "src/tree_sitter")
;; FIXME: Language not found.
(delete-file-recursively "test/highlight")
;; Fix a query error in the highlight.scm query test. This would be
;; easier with a patch, but this works too, and we still get to use
;; tree-sitter-grammar. The fix is taken from here: