summaryrefslogtreecommitdiff
path: root/tests/test-snprintf.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-04-11 16:31:39 +0200
committerBruno Haible <bruno@clisp.org>2008-04-11 16:31:39 +0200
commite220635fc952c63b533873f2af39ec76aed4b4e3 (patch)
treee6b27452dddd7785c23e7361bcac20ddf6650e14 /tests/test-snprintf.c
parentcda636671de46bd0c60641ac60d6399662d7af2c (diff)
downloadgnulib-e220635fc952c63b533873f2af39ec76aed4b4e3.tar.gz
Flush the standard error stream before aborting.
Diffstat (limited to 'tests/test-snprintf.c')
-rw-r--r--tests/test-snprintf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-snprintf.c b/tests/test-snprintf.c
index eaac5329a3..790c999649 100644
--- a/tests/test-snprintf.c
+++ b/tests/test-snprintf.c
@@ -1,5 +1,5 @@
/* Test of snprintf() function.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007-2008 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -29,6 +29,7 @@
if (!(expr)) \
{ \
fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
+ fflush (stderr); \
abort (); \
} \
} \