diff options
-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 c46ef5d..58a07d5 100644 --- a/test/tstab.c +++ b/test/tstab.c @@ -242,6 +242,8 @@ test_2(void) #if 0 access_plist = H5Ccreate (H5C_FILE_ACCESS); H5Cset_core (access_plist, 3000000); +#else + access_plist = H5C_DEFAULT; #endif /* create the file */ |