diff options
Diffstat (limited to 't/Git-SVN/00compile.t')
-rw-r--r-- | t/Git-SVN/00compile.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t index 1307b65e8..541943874 100644 --- a/t/Git-SVN/00compile.t +++ b/t/Git-SVN/00compile.t @@ -3,10 +3,11 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 6; require_ok 'Git::SVN'; require_ok 'Git::SVN::Utils'; require_ok 'Git::SVN::Ra'; require_ok 'Git::SVN::Log'; require_ok 'Git::SVN::Migration'; +require_ok 'Git::IndexInfo'; |