Skip to content

Commit 7f8ba33

Browse files
committed
Add custom name to compilation buffer tests
1 parent 064d47b commit 7f8ba33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-dart.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ from NAMES."
425425
(lsp-dart--build-command buffer)
426426
(or test-arg "")
427427
test-file)
428-
t))))
428+
t
429+
(lambda (_) "*LSP Dart tests*")))))
429430

430431
(defun lsp-dart--build-test-overlay (buffer names kind range test-range)
431432
"Build an overlay for a test NAMES of KIND in BUFFER file.

0 commit comments

Comments
 (0)