testing/lisp/test-ob-java.el: Add missing `provide'

This commit is contained in:
Ihor Radchenko 2022-10-09 12:13:30 +08:00
parent 41a409f79d
commit ba8fbd0cda
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -607,5 +607,5 @@ public class Main {
(delete-directory (concat (file-name-as-directory org-babel-temporary-directory)
"pkg")))))))
(provide 'test-ob-java)
;;; test-ob-java.el ends here