mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 15:51:44 +02:00
Perl: do not use done_testing
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user