@@@ doc wip
[mLib] / test / bench.3.in
index dd61af9..d526de8 100644 (file)
@@ -972,11 +972,11 @@ how the benchmarking functions and macros can be used.
        MC_BEFORE(tag##__benchmark_before, { fflush(stdout); })                         \e
        MC_AFTER(tag##__benchmark_after, {                              \e
                if (_bmark_rc)                  \e
-                       printf(": FAILED\en");          \e
+                       puts(": FAILED");               \e
                else {                  \e
                        fputs(": ", stdout);            \e
                        bench_report(&file_printops, stdout, (unit), &_bmark_tm);\      \e
-                       putchar('\n');          \e
+                       putchar('\en');         \e
                }                       \e
        })                              \e
        BENCH_MEASURE_TAG(tag##__bmarkmark_measure,                             \e