Skip to content

Commit

Permalink
fix: test files should not provide features
Browse files Browse the repository at this point in the history
Close #493
  • Loading branch information
erikmd committed May 26, 2020
1 parent ea62543 commit d20ad3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ci/coq-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,4 @@ For example, COMMENT could be (*test-definition*)"
(insert "(*.*)")
(should (equal (proof-queue-or-locked-end) 1)))))

(provide 'coq-tests)

;;; coq-tests.el ends here
1 change: 0 additions & 1 deletion ci/init-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@
(eval-when-compile
(require 'ert-async))

(provide 'init-tests)
;;; init-tests.el ends here

0 comments on commit d20ad3d

Please sign in to comment.