@@@ doc wip
[mLib] / test / example / bench.c
index 144cf77..8c0427c 100644 (file)
@@ -50,7 +50,7 @@
   MC_BEFORE(tag##__benchmark_before, { fflush(stdout); })              \
   MC_AFTER(tag##__benchmark_after, {                                   \
     if (_bmark_rc)                                                     \
-      printf(": FAILED\n");                                            \
+      puts(": FAILED");                                                        \
     else {                                                             \
       fputs(": ", stdout);                                             \
       bench_report(&file_printops, stdout, (unit), &_bmark_t);         \