Przeglądaj źródła

Removed unnecessary dump

Alois Mahdal (@azzgoat) 11 lat temu
rodzic
commit
43b864078f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      t/Repo.t

+ 0
- 1
t/Repo.t Wyświetl plik

@@ -7,7 +7,6 @@ BEGIN { use_ok( 'SugarTrail::Repo' ); }
7 7
 require_ok( 'SugarTrail::Repo' );
8 8
 
9 9
 my $repo = SugarTrail::Repo->new(root => './t/data/strepo', vcs => 'git');
10
-&helper::dmupp(repo=>$repo);
11 10
 ok($repo,           "repo is true");
12 11
 
13 12
 my $stm = $repo->load_stm(stm=>'/release/rc.stm');