diff options
author | Tino Calancha <tino.calancha@gmail.com> | 2017-02-01 01:20:46 +0900 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2017-02-01 01:20:46 +0900 |
commit | 52a1ce65d693daaa395e7d594ec441ab7b652d70 (patch) | |
tree | 3b088a5970008f6e79458b6b28dbd2ac89fe2b51 /test/lisp/vc/diff-mode-tests.el | |
parent | 3506ec2b110b7de75e9e41657d97d04b04b9e6ff (diff) | |
download | emacs-52a1ce65d693daaa395e7d594ec441ab7b652d70.tar.gz emacs-52a1ce65d693daaa395e7d594ec441ab7b652d70.tar.bz2 emacs-52a1ce65d693daaa395e7d594ec441ab7b652d70.zip |
* test/lisp/vc/diff-mode-tests.el: Require diff-mode.
Diffstat (limited to 'test/lisp/vc/diff-mode-tests.el')
-rw-r--r-- | test/lisp/vc/diff-mode-tests.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el index 3887afb59b9..807a411fa5d 100644 --- a/test/lisp/vc/diff-mode-tests.el +++ b/test/lisp/vc/diff-mode-tests.el @@ -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 |