diff options
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index cbda92c..f8bceaa 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -182,7 +182,7 @@ int main (int argc, char *argv[]) else { float percent = passed * 100.0 / total; - fprintf(stderr,"%f.0%% tests passed, %i tests failed out of %i\n", + fprintf(stderr,"%.0f%% tests passed, %i tests failed out of %i\n", percent,failed, total); } |