Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / common / selftest.c
index 3f3ff744a312f569a393cddb6be908cae014e7f3..f5a7b3c344b5cba6ad9416386db0ea0ba517dd54 100644 (file)
@@ -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 ());
This page took 0.036347 seconds and 4 git commands to generate.