Skip to content

Commit

Permalink
Have t/inline* not "use blib" as test framework does that
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 10, 2015
1 parent 26d0347 commit a35b66a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions t/inline-comment-test.t
Expand Up @@ -5,9 +5,8 @@
# -- DCM, April 16, 2012

use strict;
use warnings;
use Test::More;
use blib; # otherwise possible error on virgin systems not finding PDL::Core

use PDL::LiteF;

# First some Inline administivia.
Expand Down
3 changes: 1 addition & 2 deletions t/inline-with.t
Expand Up @@ -2,9 +2,8 @@
# Also that the XS code in PDL::API works.

use strict;
use warnings;
use Test::More;
use blib; # otherwise possible error on virgin systems not finding PDL::Core

use PDL::LiteF;

my $inline_test_dir;
Expand Down
3 changes: 1 addition & 2 deletions t/inlinepdlpp.t
@@ -1,7 +1,6 @@
use strict;
use warnings;
use Test::More;
use blib; # otherwise possible error on virgin systems not finding PDL::Core

use PDL::LiteF;

BEGIN {
Expand Down

0 comments on commit a35b66a

Please sign in to comment.