From 5f2b5a246c4a73dff6f62d18653a5efda821d1b2 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Thu, 26 Apr 2012 23:57:14 -0400 Subject: [PATCH] Remove unnecessary output line. --- jsonld-tests.php | 1 - 1 file changed, 1 deletion(-) diff --git a/jsonld-tests.php b/jsonld-tests.php index 55f404d..5e690f1 100644 --- a/jsonld-tests.php +++ b/jsonld-tests.php @@ -285,6 +285,5 @@ $tr->group('JSON-LD'); $tr->run($tr->load($options['d'])); $tr->ungroup(); echo "Done. Total:{$tr->total} Passed:{$tr->passed} Failed:{$tr->failed}$eol"; -echo "All tests complete.$eol"; /* end of file, omit ?> */