2004-05-03 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* testsuite/include/check.h (CHECK): Add flush of stdout.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
if (!(a)) \
|
||||
{ \
|
||||
printf ("Failed " #a " in <%s> at line %d\n", __FILE__, __LINE__); \
|
||||
fflush(stdout); \
|
||||
abort(); \
|
||||
} \
|
||||
}
|
||||
|
Reference in New Issue
Block a user