diff --git a/runtime/runtime.c b/runtime/runtime.c index 03d2edecf..5f799c0eb 100644 --- a/runtime/runtime.c +++ b/runtime/runtime.c @@ -127,6 +127,7 @@ void pop_extra_root (void ** p) { /* end */ static void vfailure (char *s, va_list args) { + fflush (stdout); fprintf (stderr, "*** FAILURE: "); vfprintf (stderr, s, args); // vprintf (char *, va_list) <-> printf (char *, ...) exit (255);