oops. remove debugging code.

This commit is contained in:
Tokuhiro Matsuno 2009-04-15 22:43:16 +09:00
parent c7b6bb7303
commit 2aeeef3368

View File

@ -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); ) {