remove useless test END blocks

This commit is contained in:
Graham Knop 2010-06-09 06:57:29 -05:00
parent 6ec1881a3d
commit 492259c93a
30 changed files with 0 additions and 150 deletions

View file

@ -143,9 +143,4 @@ $post2mock->set_always('getId', $post2_id);
WebGUI::Test->unmockAssetId($post_id);
}
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl

View file

@ -110,11 +110,4 @@ sub createInstance {
return $instance;
};
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl