Fix last change

* test/lisp/progmodes/csharp-mode-tests.el
(csharp-ts-mode-test-indentation): If need to skip the tree-sitter
test, do so silently.  (Bug#70345)
This commit is contained in:
Eli Zaretskii 2024-04-27 22:12:14 +03:00
parent 3e68d413c1
commit cf839129ce

View file

@ -27,7 +27,7 @@
(ert-test-erts-file (ert-resource-file "indent.erts")))
(ert-deftest csharp-ts-mode-test-indentation ()
(skip-unless (treesit-ready-p 'c-sharp))
(skip-unless (treesit-ready-p 'c-sharp t))
(ert-test-erts-file (ert-resource-file "indent-ts.erts")))
(provide 'csharp-mode-tests)