Skip to content

Commit

Permalink
Remove useless use in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jshirley authored and miyagawa committed Dec 8, 2009
1 parent dfd9969 commit 0ecb2bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions t/mq/cycle.t
@@ -1,9 +1,7 @@
use Test::More tests => 4;

use AE;
use Test::More tests => 5;
use Test::Memory::Cycle;

use Tatsumaki::MessageQueue;
use_ok('Tatsumaki::MessageQueue');

srand(time ** $$);

Expand Down

0 comments on commit 0ecb2bc

Please sign in to comment.