summaryrefslogtreecommitdiffstats
path: root/test/vol_plugin.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-28 14:08:44 (GMT)
committerGitHub <noreply@github.com>2023-07-28 14:08:44 (GMT)
commit9ef2f993cfc7173712729fb40b34d1edae8509d9 (patch)
tree937a98f4d50cf0cca08fa105ae37589aedb8975c /test/vol_plugin.c
parentf563c2b926445f7a975553bc7742a38f42d3b6f4 (diff)
downloadhdf5-9ef2f993cfc7173712729fb40b34d1edae8509d9.zip
hdf5-9ef2f993cfc7173712729fb40b34d1edae8509d9.tar.gz
hdf5-9ef2f993cfc7173712729fb40b34d1edae8509d9.tar.bz2
Sync test dir w/ develop (#3303)
Diffstat (limited to 'test/vol_plugin.c')
-rw-r--r--test/vol_plugin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/vol_plugin.c b/test/vol_plugin.c
index b5c0756..acf4dfc 100644
--- a/test/vol_plugin.c
+++ b/test/vol_plugin.c
@@ -75,7 +75,7 @@ error:
{
H5VLunregister_connector(vol_id);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FAIL;
} /* end test_registration_by_value() */
@@ -132,7 +132,7 @@ error:
{
H5VLunregister_connector(vol_id);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FAIL;
} /* end test_registration_by_name() */
@@ -237,7 +237,7 @@ error:
for (i = 0; i < N_REGISTRATIONS; i++)
H5VLunregister_connector(vol_ids[i]);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FAIL;
} /* end test_multiple_registration() */
@@ -313,7 +313,7 @@ error:
H5VLclose(vol_id_out);
H5VLunregister_connector(vol_id);
}
- H5E_END_TRY;
+ H5E_END_TRY
return FAIL;
} /* end test_getters() */