Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unneeded use NativeCall in tests
  • Loading branch information
niner committed Apr 17, 2015
1 parent 4ebc31e commit 1de865a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion t/callables.t
Expand Up @@ -3,7 +3,6 @@
use v6;
use Test;
use Inline::Perl5;
use NativeCall;

plan 4;

Expand Down
1 change: 0 additions & 1 deletion t/exceptions.t
Expand Up @@ -3,7 +3,6 @@
use v6;
use Test;
use Inline::Perl5;
use NativeCall;

my $p5 = Inline::Perl5.new();
{
Expand Down
1 change: 0 additions & 1 deletion t/inherit.t
Expand Up @@ -3,7 +3,6 @@
use v6;
use Inline::Perl5;
use Test;
use NativeCall;

plan 8; # adjust the skip as well!

Expand Down
1 change: 0 additions & 1 deletion t/p6_object_destructor.t
Expand Up @@ -3,7 +3,6 @@
use v6;
use Test;
use Inline::Perl5;
use NativeCall;

plan 1;

Expand Down

0 comments on commit 1de865a

Please sign in to comment.