Skip to content

Commit

Permalink
remove unnecessary dependency in this test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Vilain committed Jan 11, 2007
1 parent ca3214d commit 7692b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/misc/back-inflation.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use lib "t";
use TestNeeds qw(Class::Tangram::Generator DBD::SQLite DBConfig);
use TestNeeds qw(Class::Tangram::Generator DBConfig);
use Test::More tests => 11;

BEGIN {
Expand Down

0 comments on commit 7692b02

Please sign in to comment.