summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/include
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/include')
-rw-r--r--testsuites/tmtests/include/timesys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/include/timesys.h b/testsuites/tmtests/include/timesys.h
index 5c21ae5d68..b2b6ac870f 100644
--- a/testsuites/tmtests/include/timesys.h
+++ b/testsuites/tmtests/include/timesys.h
@@ -35,7 +35,7 @@
#define put_time( _message, _total_time, \
_iterations, _loop_overhead, _overhead ) \
- fprintf( stderr, \
+ printf( \
"%s %d\n", \
(_message), \
(((_total_time) - (_loop_overhead)) / (_iterations)) - (_overhead) \