소스 검색

test-org-attach-git: Fix recent failure to load tests

* testing/lisp/test-org-attach-git.el: Provide feature.

As of 9044b300e (org-test: Fix ERC errors using latest Emacs master,
2021-11-24), tests must provide a feature.
Kyle Meyer 3 년 전
부모
커밋
96d91bea65
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      testing/lisp/test-org-attach-git.el

+ 1 - 0
testing/lisp/test-org-attach-git.el

@@ -92,4 +92,5 @@
 	   (should (string-equal "hello world\n" (buffer-string))))
 	 (should (eq called 'was-called)))))))
 
+(provide 'test-org-attach-git)
 ;;; test-org-attach-git.el ends here