aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/testlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/testlib.c b/mps/code/testlib.c
index 7634fcf181c..fe81040ae85 100644
--- a/mps/code/testlib.c
+++ b/mps/code/testlib.c
@@ -328,7 +328,7 @@ void verror(const char *format, va_list args)
328 vfprintf(stderr, format, args); 328 vfprintf(stderr, format, args);
329 fprintf(stderr, "\n"); 329 fprintf(stderr, "\n");
330 fflush(stderr); /* make sure the message is output */ 330 fflush(stderr); /* make sure the message is output */
331 exit(1); 331 abort();
332} 332}
333 333
334 334