remove colons from END blocks, so they actually act like END blocks
This commit is contained in:
parent
62ab00480b
commit
9c9da302f1
11 changed files with 11 additions and 11 deletions
|
|
@ -86,6 +86,6 @@ if ($cookieName eq "") {
|
|||
$config->set('privateArray', ['a', 'b', 'c']);
|
||||
cmp_bag($config->get('privateArray'), ['a', 'b', 'c'], 'set: array, not scalar');
|
||||
|
||||
END: {
|
||||
END {
|
||||
$config->delete('privateArray');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue