oops, missed something screwed up by the pull
[dbsrgits/DBIx-Class.git] / t / 72pg.t
index f839937..412cf32 100644 (file)
--- a/t/72pg.t
+++ b/t/72pg.t
@@ -60,9 +60,6 @@ create_test_schema($schema);
 
 ###  auto-pk / last_insert_id / sequence discovery
 {
-    local $SIG{__WARN__} = sub {};
-    _cleanup ($schema);
-
     $schema->source("Artist")->name("testschema.artist");
 
     # This is in Core now, but it's here just to test that it doesn't break