mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
Perl: do not use done_testing
This commit is contained in:
parent
f51123d009
commit
6ea75f3a9f
@ -1,7 +1,7 @@
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Data::MessagePack;
|
use Data::MessagePack;
|
||||||
use Test::More;
|
use Test::More tests => 6;
|
||||||
|
|
||||||
my $input = [(undef)x16];
|
my $input = [(undef)x16];
|
||||||
my $packed = Data::MessagePack->pack($input);
|
my $packed = Data::MessagePack->pack($input);
|
||||||
@ -22,5 +22,4 @@ is_deeply(Data::MessagePack->unpack($packed), $input);
|
|||||||
is_deeply $up->data, $input;
|
is_deeply $up->data, $input;
|
||||||
}
|
}
|
||||||
|
|
||||||
done_testing;
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user