Fix lua-ts-mode-tests.el

* test/lisp/progmodes/lua-ts-mode-tests.el
(lua-ts-test-auto-close-block-comments): Skip when needed.
This commit is contained in:
Elijah Gabe Pérez 2025-08-14 16:29:45 +02:00 committed by Michael Albinus
parent fb5e6c6bb7
commit 97e2e90519

View file

@ -83,6 +83,7 @@
`(call-with-saved-electric-modes (lambda () ,@body)))
(ert-deftest lua-ts-test-auto-close-block-comments ()
(skip-unless (treesit-ready-p 'lua t))
(save-electric-modes
(with-temp-buffer
(dlet ((lua-ts-auto-close-block-comments t))