Remove blank line from end of php_pragma_runme.php

Because this was after the closing ?> it was resulting in a blank
line in the testcase output.
This commit is contained in:
Olly Betts 2019-02-09 09:00:31 +13:00
commit 660d51c7ca

View file

@ -9,4 +9,3 @@ check::equal('1.5',(new ReflectionExtension('php_pragma'))->getVersion(),"1.5==v
check::done();
?>