aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/selftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/selftest.c')
-rw-r--r--gdb/common/selftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/selftest.c b/gdb/common/selftest.c
index 3f3ff74..f5a7b3c 100644
--- a/gdb/common/selftest.c
+++ b/gdb/common/selftest.c
@@ -87,7 +87,7 @@ run_tests (const char *filter)
++ran;
(*test) ();
}
- catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+ catch (const gdb_exception_error &ex)
{
++failed;
debug_printf ("Self test failed: %s\n", ex.what ());