summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 670094e..90e9640 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -8124,7 +8124,10 @@ test_chunk_fast(const char *env_h5_driver, hid_t fapl)
#ifdef H5_HAVE_FILTER_DEFLATE
/* Loop over compressing chunks */
for(compress = FALSE; compress <= TRUE; compress++) {
+#else
+ for(compress = FALSE; compress <= FALSE; compress++) {
#endif /* H5_HAVE_FILTER_DEFLATE */
+
H5D_alloc_time_t alloc_time; /* Storage allocation time */
/* Loop over storage allocation time */
@@ -8366,9 +8369,7 @@ test_chunk_fast(const char *env_h5_driver, hid_t fapl)
if(H5Pclose(dcpl) < 0) FAIL_STACK_ERROR
} /* end for */
} /* end for */
-#ifdef H5_HAVE_FILTER_DEFLATE
} /* end for */
-#endif /* H5_HAVE_FILTER_DEFLATE */
} /* end for */
/* Close everything */