mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
oops. remove debugging code.
This commit is contained in:
parent
5710b87b06
commit
28e113fd00
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue