Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / rust-exp.y
index 4aed05c0a954824b9ca4ece3d7fd3a433c0e969c..2be2532eb8457cb03cae1ea802d2f0ca2a6734ee 100644 (file)
@@ -2621,7 +2621,7 @@ rust_lex_exception_test (rust_parser *parser, const char *input,
       rust_lex_test_one (parser, input, DECIMAL_INTEGER);
       SELF_CHECK (0);
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &except)
+  catch (const gdb_exception_error &except)
     {
       SELF_CHECK (strcmp (except.what (), err) == 0);
     }
This page took 0.025325 seconds and 4 git commands to generate.