Skip to content

Commit

Permalink
tests: remove use lib . which no longer does anything
Browse files Browse the repository at this point in the history
  • Loading branch information
carandraug committed Apr 4, 2013
1 parent 52a2e4b commit 03e6ea5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion t/CoordinateBoundaryTest.t
Expand Up @@ -4,7 +4,6 @@ use strict;
use Data::Dumper;

BEGIN {
use lib '.';
use Bio::Root::Test;

test_begin( -tests => 174 );
Expand Down
1 change: 0 additions & 1 deletion t/CoordinateGraph.t
@@ -1,7 +1,6 @@
use strict;

BEGIN {
use lib '.';
use Bio::Root::Test;

test_begin(-tests => 7);
Expand Down
1 change: 0 additions & 1 deletion t/CoordinateMapper.t
@@ -1,7 +1,6 @@
use strict;

BEGIN {
use lib '.';
use Bio::Root::Test;

test_begin(-tests => 175);
Expand Down
1 change: 0 additions & 1 deletion t/GeneCoordinateMapper.t
@@ -1,7 +1,6 @@
use strict;

BEGIN {
use lib '.';
use Bio::Root::Test;

test_begin(-tests => 116);
Expand Down

0 comments on commit 03e6ea5

Please sign in to comment.