diff options
Diffstat (limited to 'test/tstab.c')
-rw-r--r-- | test/tstab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tstab.c b/test/tstab.c index c5d6b43..c46ef5d 100644 --- a/test/tstab.c +++ b/test/tstab.c @@ -239,8 +239,10 @@ test_2(void) /* * File access property list. */ +#if 0 access_plist = H5Ccreate (H5C_FILE_ACCESS); H5Cset_core (access_plist, 3000000); +#endif /* create the file */ fid = H5Fcreate("tstab2.h5", H5F_ACC_TRUNC, create_plist, access_plist); |