diff options
| author | Eli Zaretskii | 2025-06-07 11:01:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-06-07 11:01:35 +0300 |
| commit | e1fcb25fc3aa05d878d385302b62cd00760bc1a3 (patch) | |
| tree | aa86b636d517f9cf6e2887cb479227e357bcb5ca | |
| parent | d8993eff116a7dc350fb7ccc1ef3fa99f5c57b2e (diff) | |
| download | emacs-e1fcb25fc3aa05d878d385302b62cd00760bc1a3.tar.gz emacs-e1fcb25fc3aa05d878d385302b62cd00760bc1a3.zip | |
Fix semantic-utest-ia tests
* test/lisp/cedet/semantic-utest-ia.el (semantic-ia-utest): Clean
up better, to avoid affecting the next test.
| -rw-r--r-- | test/lisp/cedet/semantic-utest-ia.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/cedet/semantic-utest-ia.el b/test/lisp/cedet/semantic-utest-ia.el index 7626cc06236..99380d72e09 100644 --- a/test/lisp/cedet/semantic-utest-ia.el +++ b/test/lisp/cedet/semantic-utest-ia.el | |||
| @@ -141,7 +141,8 @@ | |||
| 141 | (semantic-src-utest-buffer-refs)) | 141 | (semantic-src-utest-buffer-refs)) |
| 142 | 142 | ||
| 143 | (kill-buffer b) | 143 | (kill-buffer b) |
| 144 | )))) | 144 | ))) |
| 145 | (semantic-mode -1)) | ||
| 145 | 146 | ||
| 146 | (defun semantic-ia-utest-buffer () | 147 | (defun semantic-ia-utest-buffer () |
| 147 | "Run analyzer completion unit-test pass in the current buffer." | 148 | "Run analyzer completion unit-test pass in the current buffer." |