mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Perl: do not use done_testing
This commit is contained in:
parent
f51123d009
commit
6ea75f3a9f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Data::MessagePack;
|
||||
use Test::More;
|
||||
use Test::More tests => 6;
|
||||
|
||||
my $input = [(undef)x16];
|
||||
my $packed = Data::MessagePack->pack($input);
|
||||
|
|
@ -22,5 +22,4 @@ is_deeply(Data::MessagePack->unpack($packed), $input);
|
|||
is_deeply $up->data, $input;
|
||||
}
|
||||
|
||||
done_testing;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue