1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Add provide to testcover

* lisp/emacs-lisp/testcover.el (testcover): Provide (bug#55388).
This commit is contained in:
Lars Ingebrigtsen 2022-06-30 10:58:14 +02:00
parent 8c200afe46
commit febefd6adb

View file

@ -677,4 +677,6 @@ The list is 1valued if all of its constituent elements are also 1valued."
(testcover-analyze-coverage (cadr form)))
(t (testcover-analyze-coverage-backquote form))))
(provide 'testcover)
;;; testcover.el ends here