Skip to content

Commit

Permalink
stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
dajobe committed Oct 27, 2011
1 parent 0740ff0 commit 393b787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ main(int argc, char *argv[])
}
}

fprintf(stderr, "%s: Returned %d failures\n", program, failures);
fprintf(stdout, "%s: Returned %d failures\n", program, failures);

tidy:
if(mt)
Expand Down

0 comments on commit 393b787

Please sign in to comment.