]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/unittests/parse-connection-spec-selftests.c
Rename gdb exception types
[thirdparty/binutils-gdb.git] / gdb / unittests / parse-connection-spec-selftests.c
index a33b3d8de6de2e52a4c2cbeb7d8e82bb2efaee33..a4beb66e2c9dc342e3c06c9ccd12951d920d11e0 100644 (file)
@@ -216,7 +216,7 @@ test_conn (const parse_conn_test &c)
     {
       ret = parse_connection_spec (c.connspec, &hint);
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+  catch (const gdb_exception_error &ex)
     {
       /* If we caught an error, we should check if this connection
         spec was supposed to fail.  */