mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 00:19:19 +01:00
oops. remove debugging code.
This commit is contained in:
parent
5710b87b06
commit
28e113fd00
@ -52,7 +52,6 @@ my @dat = (
|
||||
2147483648, 'ce 80 00 00 00',
|
||||
-2147483648, 'd2 80 00 00 00',
|
||||
);
|
||||
@dat = (2147483648, 'ce 80 00 00 00');
|
||||
plan tests => 1*(scalar(@dat)/2);
|
||||
|
||||
for (my $i=0; $i<scalar(@dat); ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user