From e220635fc952c63b533873f2af39ec76aed4b4e3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 11 Apr 2008 16:31:39 +0200 Subject: Flush the standard error stream before aborting. --- tests/test-striconv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test-striconv.c') diff --git a/tests/test-striconv.c b/tests/test-striconv.c index b1252b09cc..f39f142f3e 100644 --- a/tests/test-striconv.c +++ b/tests/test-striconv.c @@ -1,5 +1,5 @@ /* Test of character set conversion. - 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 @@ -35,6 +35,7 @@ if (!(expr)) \ { \ fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ + fflush (stderr); \ abort (); \ } \ } \ -- cgit v1.2.1