aboutsummaryrefslogtreecommitdiff
path: root/gdb/selftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/selftest.c')
-rw-r--r--gdb/selftest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/selftest.c b/gdb/selftest.c
index 110b9e5..f771e57 100644
--- a/gdb/selftest.c
+++ b/gdb/selftest.c
@@ -50,8 +50,7 @@ run_self_tests (void)
CATCH (ex, RETURN_MASK_ERROR)
{
++failed;
- exception_fprintf (gdb_stderr, ex,
- _("Self test threw exception"));
+ exception_fprintf (gdb_stderr, ex, _("Self test failed: "));
}
END_CATCH
}