diff options
| author | Michael Albinus | 2024-07-15 19:25:42 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-07-15 19:25:42 +0200 |
| commit | 17c62c1242faeab030d4b0d05dc00cc8c3d8ae5f (patch) | |
| tree | e4f08de49114bf30612c3d5ec006b03232a3f106 | |
| parent | 684e96a30d95b2ed5f2be6b85cfba3f8481707d1 (diff) | |
| download | emacs-17c62c1242faeab030d4b0d05dc00cc8c3d8ae5f.tar.gz emacs-17c62c1242faeab030d4b0d05dc00cc8c3d8ae5f.zip | |
Rename treesitter test
* test/lisp/align-tests.el (align-ts-lua): Rename test in order to
fit to treesitter tests on EMBA.
| -rw-r--r-- | test/lisp/align-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/align-tests.el b/test/lisp/align-tests.el index eaebaf8360c..486658a9523 100644 --- a/test/lisp/align-tests.el +++ b/test/lisp/align-tests.el | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | 51 | ||
| 52 | (autoload 'treesit-ready-p "treesit") | 52 | (autoload 'treesit-ready-p "treesit") |
| 53 | 53 | ||
| 54 | (ert-deftest align-lua () | 54 | (ert-deftest align-ts-lua () |
| 55 | (skip-unless (treesit-ready-p 'lua t)) | 55 | (skip-unless (treesit-ready-p 'lua t)) |
| 56 | (let ((comment-column 20) | 56 | (let ((comment-column 20) |
| 57 | (indent-tabs-mode nil)) | 57 | (indent-tabs-mode nil)) |