remove useless test END blocks

This commit is contained in:
Graham Knop 2010-06-10 08:35:22 -05:00
parent 53721581a1
commit fe1ac66cca
13 changed files with 0 additions and 44 deletions

View file

@ -315,6 +315,3 @@ TODO: {
local $TODO = "Methods that need to be tested";
ok(0, 'resize');
}
END {
}