summaryrefslogtreecommitdiffstats
path: root/test/fillval.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fillval.c')
-rw-r--r--test/fillval.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/fillval.c b/test/fillval.c
index 7f02c9a..8161cd9 100644
--- a/test/fillval.c
+++ b/test/fillval.c
@@ -1435,11 +1435,7 @@ main(int argc, char *argv[])
if (test_chunk) {
nerrors += test_create(fapl, FILENAME[0], H5D_CHUNKED);
nerrors += test_rdwr (fapl, FILENAME[2], H5D_CHUNKED);
-#ifdef QAK
nerrors += test_extend(fapl, FILENAME[4], H5D_CHUNKED);
-#else /* QAK */
-HDfprintf(stderr,"Uncomment tests!\n");
-#endif /* QAK */
}
/* Contiguous storage layout tests */