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

@ -46,10 +46,4 @@ is( $tab->label, 'My Label' );
is( $tab->label('New Label'), 'New Label' );
is( $tab->label, 'New Label' );
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl