summaryrefslogtreecommitdiff
path: root/tests/test-ceilf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-ceilf2.c')
-rw-r--r--tests/test-ceilf2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-ceilf2.c b/tests/test-ceilf2.c
index f5e886b66a..e6d69ec36a 100644
--- a/tests/test-ceilf2.c
+++ b/tests/test-ceilf2.c
@@ -1,5 +1,5 @@
/* Test of rounding towards positive infinity.
- 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
@@ -34,6 +34,7 @@
if (!(expr)) \
{ \
fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \
+ fflush (stderr); \
abort (); \
} \
} \