]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Mon, 26 Apr 2010 13:44:23 +0000 (13:44 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 26 Apr 2010 13:44:23 +0000 (13:44 +0000)
ext/standard/tests/general_functions/sys_getloadavg.phpt

index 06a15c427a0bc3e01c70f2b2df3a0972aef46937..a788e3206b12db12de070fa7d63c68c17cd9b0b4 100644 (file)
@@ -16,7 +16,6 @@ echo "Done\n";
 
 Warning: sys_getloadavg() expects exactly 0 parameters, %d given in %s
 NULL
-
 array(3) {
   [0]=>
   float(%f)
@@ -25,5 +24,4 @@ array(3) {
   [2]=>
   float(%f)
 }
-
 Done