Skip to content

Commit

Permalink
Unbust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jul 26, 2016
1 parent d9f9cde commit 795e599
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions t/00-use.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ use lib 'lib';
use Test;

use-ok 'IRC::Client';
use-ok 'IRC::Grammar';
use-ok 'IRC::Grammar::Actions';
use-ok 'IRC::Parser';
use-ok 'IRC::Client::Plugin::Debugger';
use-ok 'IRC::Client::Plugin::PingPong';
use-ok 'IRC::Client::Message';
use-ok 'IRC::Client::Grammar';
use-ok 'IRC::Client::Grammar::Actions';

done-testing;
1 change: 1 addition & 0 deletions t/release/01-basic.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use lib <lib t/release>;
use Test;
use Test::When <release>;
use Test::Notice;
use IRC::Client;
use Test::IRC::Server;
Expand Down
1 change: 1 addition & 0 deletions t/release/02-multi-server.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use lib <lib t/release>;
use Test;
use Test::When <release>;
use Test::Notice;
use IRC::Client;
use Test::IRC::Server;
Expand Down

0 comments on commit 795e599

Please sign in to comment.