]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/src/treesit-tests.el (treesit-misc): Don't fail without ts
authorMattias Engdegård <mattiase@acm.org>
Mon, 21 Nov 2022 15:52:05 +0000 (16:52 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 21 Nov 2022 15:53:15 +0000 (16:53 +0100)
test/src/treesit-tests.el

index 2a3f43916a4b2a54308f8b72b65301db9d25b277..c736f97e312d28ee3f2a2c57cfaf715ffa953b35 100644 (file)
@@ -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)