LF after tests complete

This commit is contained in:
Ryan Dahl 2011-05-05 00:21:13 -07:00
parent e9dcf598cc
commit 8e1645b85f

View File

@ -79,7 +79,7 @@ int main(int argc, char **argv) {
}
rewind_cursor();
log_progress(total, passed, failed, "Done.");
log_progress(total, passed, failed, "Done.\n");
return 0;
}