remove END section from test skeleton

This commit is contained in:
Graham Knop 2010-04-02 18:32:09 -05:00
parent 911376043c
commit 3b07f830c7

View file

@ -34,9 +34,4 @@ plan tests => 1; # Increment this number for each test you create
# put your tests here
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl