Remove unnecessary output line.

This commit is contained in:
Dave Longley 2012-04-26 23:57:14 -04:00
parent 60994879d6
commit 5f2b5a246c
1 changed files with 0 additions and 1 deletions

View File

@ -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 ?> */