Tidy up tests templates
This commit is contained in:
parent
d79fe808ce
commit
35217ff47d
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ int main(int argc, char* argv[])
|
|||
int ret = 0;
|
||||
|
||||
if(argc == 2 && !strcmp(argv[1], "--print-summary")) {
|
||||
printf("One line summary.\n");
|
||||
fputs("One line summary.\n", stdout);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue