summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loc2c-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/loc2c-test.c b/loc2c-test.c
index 6a4c7f9d..833894c2 100644
--- a/loc2c-test.c
+++ b/loc2c-test.c
@@ -39,6 +39,8 @@ fail (void *arg __attribute__ ((unused)), const char *fmt, ...)
vfprintf (stderr, _(fmt), ap);
va_end (ap);
+ fprintf (stderr, "\n");
+
exit (2);
}