From fcd427d3d789a8697b3af4e6b703954c2cb47490 Mon Sep 17 00:00:00 2001 From: jackbravo Date: Fri, 30 Nov 2007 22:16:22 +0000 Subject: [PATCH] Added a line break at the end of the tests --- tests/run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.php b/tests/run.php index b6f7669b1..994a8a92f 100644 --- a/tests/run.php +++ b/tests/run.php @@ -281,4 +281,4 @@ $test->addTestCase($data); $test->run(); -echo memory_get_peak_usage() / 1024; \ No newline at end of file +echo memory_get_peak_usage() / 1024 . "\n";