summaryrefslogtreecommitdiffstats
path: root/test/unregister.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-05-06 00:02:46 (GMT)
committerGitHub <noreply@github.com>2022-05-06 00:02:46 (GMT)
commit89f8f843532835662e4c649aad368b7c7cae7006 (patch)
tree03e47f49e74b8b03416a4f963476f1ffcb03a465 /test/unregister.c
parent0566defd2c7b48fd3b07e5d626f8069c1131f917 (diff)
downloadhdf5-89f8f843532835662e4c649aad368b7c7cae7006.zip
hdf5-89f8f843532835662e4c649aad368b7c7cae7006.tar.gz
hdf5-89f8f843532835662e4c649aad368b7c7cae7006.tar.bz2
Onion VFD: Sync with develop. (#1732)
* Sync with develop. h5dump is broken, so I can't test the tools. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test/unregister.c')
-rw-r--r--test/unregister.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unregister.c b/test/unregister.c
index ebb51b1..b456589 100644
--- a/test/unregister.c
+++ b/test/unregister.c
@@ -288,7 +288,7 @@ main(void)
/* Push API context */
if (H5CX_push() < 0)
- FAIL_STACK_ERROR
+ FAIL_STACK_ERROR;
api_ctx_pushed = TRUE;
/* Test unregistering filter in its own file */
@@ -302,7 +302,7 @@ main(void)
/* Pop API context */
if (api_ctx_pushed && H5CX_pop(FALSE) < 0)
- FAIL_STACK_ERROR
+ FAIL_STACK_ERROR;
api_ctx_pushed = FALSE;
HDexit(EXIT_SUCCESS);