diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-06-06 02:30:16 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-06-06 02:30:16 (GMT) |
commit | 03dafc5ebe2f964c4b2bf4af323def564dbb76f6 (patch) | |
tree | c1af4fdcbde6cc6fddced1bc99c751bd6f2bc03a /test/cache_common.h | |
parent | dd6c8994c01cd31b5230e98838f11e4c229fdb34 (diff) | |
download | hdf5-03dafc5ebe2f964c4b2bf4af323def564dbb76f6.zip hdf5-03dafc5ebe2f964c4b2bf4af323def564dbb76f6.tar.gz hdf5-03dafc5ebe2f964c4b2bf4af323def564dbb76f6.tar.bz2 |
[svn-r30020] Description:
Bring r29992 from revise_chunks branch to trunk:
Turn off error reporting for h5debug and hdf2gif.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & produciton
(h5committest forthcoming)
Diffstat (limited to 'test/cache_common.h')
-rw-r--r-- | test/cache_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_common.h b/test/cache_common.h index 0b22cf2..122dba5 100644 --- a/test/cache_common.h +++ b/test/cache_common.h @@ -739,7 +739,7 @@ H5TEST_DLL void unprotect_entry(H5F_t * file_ptr, H5TEST_DLL void verify_clean(void); H5TEST_DLL void verify_entry_status(H5C_t * cache_ptr, - int tag, + int tag, int num_entries, struct expected_entry_status expected[]); |