summaryrefslogtreecommitdiff
path: root/test/src/treesit-tests.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2022-11-21 16:52:05 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2022-11-21 16:53:15 +0100
commit24509731652e11bfed4537d7e5ef544014d2970c (patch)
tree9128b488a6d3b056469084a3e192d1bdedf2b94e /test/src/treesit-tests.el
parent27e89ff1163ca54ae8d31ee1cc8b7e79c34762ff (diff)
downloademacs-24509731652e11bfed4537d7e5ef544014d2970c.tar.gz
emacs-24509731652e11bfed4537d7e5ef544014d2970c.tar.bz2
emacs-24509731652e11bfed4537d7e5ef544014d2970c.zip
; * test/src/treesit-tests.el (treesit-misc): Don't fail without ts
Diffstat (limited to 'test/src/treesit-tests.el')
-rw-r--r--test/src/treesit-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/treesit-tests.el b/test/src/treesit-tests.el
index 2a3f43916a4..c736f97e312 100644
--- a/test/src/treesit-tests.el
+++ b/test/src/treesit-tests.el
@@ -524,6 +524,7 @@ visible_end.)"
(ert-deftest treesit-misc ()
"Misc helper functions."
+ (skip-unless (treesit-available-p))
(let ((settings '((t 0 t)
(c-mode 1 t)
(text-mode 2 nil)