Remove dead END blocks from some tests.

This commit is contained in:
Colin Kuskie 2010-04-14 11:41:20 -07:00
parent 5282a12d47
commit 1cd7d8fbc7
2 changed files with 0 additions and 8 deletions

View file

@ -65,7 +65,3 @@ $output = WebGUI::Macro::PageUrl::process($session, '/sub/page', 'query=this');
like($output, qr{/sub/page\?noCache=\d+:\d+;query=this$}, 'checking that the query arg works with preventProxyCache');
}
END {
# See note in the Slash_gateway macro test about this.
}