mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-14 07:59:34 +00:00
; Skip 'csharp-ts-mode' test if grammar is missing
* test/lisp/progmodes/csharp-mode-tests.el (csharp-ts-mode-test-indentation): Skip test instead of failing. (Bug#70345)
This commit is contained in:
parent
f37f01b504
commit
3e68d413c1
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +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))
|
||||
(ert-test-erts-file (ert-resource-file "indent-ts.erts")))
|
||||
|
||||
(provide 'csharp-mode-tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue