* test/lisp/vc/diff-mode-tests.el: Require diff-mode.
This commit is contained in:
parent
3506ec2b11
commit
52a1ce65d6
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'diff-mode)
|
||||
|
||||
|
||||
(ert-deftest diff-mode-test-ignore-trailing-dashes ()
|
||||
"Check to make sure we successfully ignore trailing -- made by
|
||||
|
|
Loading…
Add table
Reference in a new issue