diff options
Diffstat (limited to 'test/unlink.c')
-rw-r--r-- | test/unlink.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unlink.c b/test/unlink.c index 607f89f..5555dab 100644 --- a/test/unlink.c +++ b/test/unlink.c @@ -934,11 +934,13 @@ test_filespace(void) /* Close file */ if(H5Fclose(file)<0) TEST_ERROR; +#ifdef H5_GROUP_REVISION /* Get the size of the file */ if((file_size=h5_get_file_size(filename))==0) TEST_ERROR; /* Verify the file is correct size */ if(file_size!=empty_size) TEST_ERROR; +#endif /* H5_GROUP_REVISION */ PASSED(); @@ -1044,11 +1046,13 @@ test_filespace(void) /* Close file */ if(H5Fclose(file)<0) TEST_ERROR; +#ifdef H5_GROUP_REVISION /* Get the size of the file */ if((file_size=h5_get_file_size(filename))==0) TEST_ERROR; /* Verify the file is correct size */ if(file_size!=empty_size) TEST_ERROR; +#endif /* H5_GROUP_REVISION */ PASSED(); |