Skip to content

Commit

Permalink
Tests: Declare requirement on xr
Browse files Browse the repository at this point in the history
This was overlooked because makem.sh gets run with --install-linters,
which installs relint, which depends on xr.
  • Loading branch information
alphapapa committed Jun 27, 2024
1 parent ccbd5b4 commit bfb0fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-org-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2019 Adam Porter

;; Author: Adam Porter <[email protected]>
;; Package-Requires: ((buttercup) (with-simulated-input))
;; Package-Requires: ((buttercup) (with-simulated-input) (xr))

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit bfb0fbe

Please sign in to comment.