Skip to content

Commit

Permalink
Compatible with much much older Test::More
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Jul 11, 2011
1 parent a59c18f commit 7ea9b0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/survey.t
Expand Up @@ -4,7 +4,7 @@
use warnings;
use strict;

use Test::More;
use Test::More tests => 1;

use Storable 'nfreeze';
use IO::Compress::Bzip2 'bzip2';
Expand All @@ -31,5 +31,3 @@ printf STDERR (
OS::ABI::Constants::__encode_struct ($survey),
);
sleep 1;

done_testing;

0 comments on commit 7ea9b0b

Please sign in to comment.