X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F03-subclassing.t;h=433999d622836187cd1421e96af23e52adf01aff;hb=97c96475ed1bdd955ba0e6c4f22087ca05c64162;hp=8527fea5bac062ffa5cb92c23a18fe4275c94b05;hpb=6a3bf2519832866d037740c5fb22341dad6f8bb3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/03-subclassing.t b/t/cdbi/03-subclassing.t index 8527fea..433999d 100644 --- a/t/cdbi/03-subclassing.t +++ b/t/cdbi/03-subclassing.t @@ -11,8 +11,7 @@ BEGIN { plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required'); next; } - eval "use DBD::SQLite"; - plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 6); + plan tests => 6; } use lib 't/cdbi/testlib';