mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
Perl: do not use done_testing
This commit is contained in:
parent
f51123d009
commit
6ea75f3a9f
@ -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…
x
Reference in New Issue
Block a user