Revert 2c2bc4e5 - it is entirely superseded by cb551b07, 2baba3d9 and 83eef562
[dbsrgits/DBIx-Class.git] / t / 103many_to_many_warning.t
index 2dcc271..2c42091 100644 (file)
@@ -4,7 +4,6 @@ use Test::More;
 
 use lib qw(t/lib);
 use DBICTest;
-use DBICTest::Schema;
 
 my $exp_warn = qr/The many-to-many relationship 'bars' is trying to create/;