remove useless test END blocks

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

View file

@ -45,9 +45,4 @@ $e = Exception::Class->caught;
isa_ok($e, 'WebGUI::Error');
isa_ok($e, 'WebGUI::Error::Shop::RemoteShippingRate');
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl