summaryrefslogtreecommitdiffstats
path: root/test/cache_tagging.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-12-11 16:44:56 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:25 (GMT)
commit95e509db46c7007561a38fcfe76c38d91ea79e49 (patch)
treee3c7e721d6f15b3ac28c4d8e0db27e4fb95c0c6c /test/cache_tagging.c
parent9281d24a5bd5cb3ee3cde77a7d1e5e69ef05aa62 (diff)
downloadhdf5-95e509db46c7007561a38fcfe76c38d91ea79e49.zip
hdf5-95e509db46c7007561a38fcfe76c38d91ea79e49.tar.gz
hdf5-95e509db46c7007561a38fcfe76c38d91ea79e49.tar.bz2
fix and address comments
Diffstat (limited to 'test/cache_tagging.c')
-rw-r--r--test/cache_tagging.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cache_tagging.c b/test/cache_tagging.c
index 7ce4e88..dad9426 100644
--- a/test/cache_tagging.c
+++ b/test/cache_tagging.c
@@ -3836,12 +3836,14 @@ check_invalid_tag_application(void)
return 0;
+#if 0
error:
#if H5C_DO_TAGGING_SANITY_CHECKS
if(api_ctx_pushed) H5CX_pop();
#endif /* H5C_DO_TAGGING_SANITY_CHECKS */
return 1;
+#endif
} /* check_invalid_tag_application */