summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/include/pmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/include/pmacros.h')
-rw-r--r--testsuites/psxtests/include/pmacros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/psxtests/include/pmacros.h b/testsuites/psxtests/include/pmacros.h
index be1b8b7567..76e30f5392 100644
--- a/testsuites/psxtests/include/pmacros.h
+++ b/testsuites/psxtests/include/pmacros.h
@@ -86,7 +86,6 @@
(void) ctime_r( &_tv.tv_sec, _time_buffer ); \
_time_buffer[ strlen( _time_buffer ) - 1 ] = 0; \
printf( "%s%s%s\n", s1, _time_buffer, s2 ); \
- fflush(stdout); \
} while ( 0 )
#define empty_line() puts( "" )