Skip to content
Snippets Groups Projects
Commit f467b2cf authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Added missing newline.

parent 5a7c47fc
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@ int main(int argc, char * argv[])
// Run tests
id = 0;
while(tests[id] != NULL) {
note("Testing unit: %s ...", tests[id]->name);
note("Testing unit: %s ...\n", tests[id]->name);
tests[id]->run(argc, argv);
++id;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment