mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
oops. remove debugging code.
This commit is contained in:
parent
c7b6bb7303
commit
2aeeef3368
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