diff options
Diffstat (limited to 'test/enc_dec_plist.c')
-rw-r--r-- | test/enc_dec_plist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/enc_dec_plist.c b/test/enc_dec_plist.c index 36db2d0..dc9a62e 100644 --- a/test/enc_dec_plist.c +++ b/test/enc_dec_plist.c @@ -460,8 +460,6 @@ main(void) FAIL_STACK_ERROR if((H5Pset_mdc_image_config(fapl, &my_cache_image_config)) < 0) FAIL_STACK_ERROR - if((H5Pset_core_write_tracking(fapl, TRUE, 1024 * 1024)) < 0) - FAIL_STACK_ERROR /* Test encoding & decoding property list */ if(test_encode_decode(fapl) < 0) |