Fix botched merge again - sorry r5959-5956 are actually a single commit
[dbsrgits/DBIx-Class.git] / t / 39load_namespaces_rt41083.t
index 615036c..c99528b 100644 (file)
@@ -6,8 +6,6 @@ use warnings;
 use lib 't/lib';
 use Test::More tests => 8;
 
-plan tests => 8;
-
 sub _chk_warning {
   defined $_[0]?
     $_[0] !~ qr/We found ResultSet class '([^']+)' for '([^']+)', but it seems that you had already set '([^']+)' to use '([^']+)' instead/ :