summaryrefslogtreecommitdiffstats
path: root/test/cache_tagging.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_tagging.c')
-rw-r--r--test/cache_tagging.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache_tagging.c b/test/cache_tagging.c
index a335193..4d07116 100644
--- a/test/cache_tagging.c
+++ b/test/cache_tagging.c
@@ -4481,7 +4481,7 @@ check_invalid_tag_application(void)
/* Push API context */
if (H5CX_push() < 0)
- TEST_ERROR
+ TEST_ERROR;
api_ctx_pushed = TRUE;
/* Get internal file pointer*/
@@ -4521,7 +4521,7 @@ check_invalid_tag_application(void)
/* Pop API context */
if (api_ctx_pushed && H5CX_pop(FALSE) < 0)
- TEST_ERROR
+ TEST_ERROR;
api_ctx_pushed = FALSE;
/* Close open objects and file */