branch: externals/dape
commit b80468b4dc536778c0e7fbad1166f105073e9ee0
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Add provide to dape-tests
---
 dape-tests.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dape-tests.el b/dape-tests.el
index 745fbc8712..6db20ecac9 100644
--- a/dape-tests.el
+++ b/dape-tests.el
@@ -609,3 +609,6 @@ Expects line with string \"breakpoint\" in source."
       (dape-test--apply-to-match "^os " 'dape-info-sources-goto))
     (dape-test--should
      (member "*dape-source os*" (mapcar 'buffer-name (buffer-list))))))
+
+(provide 'dape-tests)
+;;; dape-tests.el ends here

Reply via email to