diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-17 16:54:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 16:54:05 (GMT) |
commit | 081b3902bfd2d5ffbf7a2925db2a9ff802288579 (patch) | |
tree | 0426cd1de6b5e7ab8787931a4e8982d65d31f584 /test/cache_api.c | |
parent | e7b184e79ec489ae7a373840a75ec45ea355d635 (diff) | |
download | hdf5-081b3902bfd2d5ffbf7a2925db2a9ff802288579.zip hdf5-081b3902bfd2d5ffbf7a2925db2a9ff802288579.tar.gz hdf5-081b3902bfd2d5ffbf7a2925db2a9ff802288579.tar.bz2 |
Set default level to minimum time (#1722)
Diffstat (limited to 'test/cache_api.c')
-rw-r--r-- | test/cache_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_api.c b/test/cache_api.c index ec0a903..1decef9 100644 --- a/test/cache_api.c +++ b/test/cache_api.c @@ -835,7 +835,7 @@ check_file_mdc_api_calls(unsigned paged, hid_t fcpl_id) * with the cache API calls. * * NOTE: This test takes some time to run and checks the - * HDF5TestExpress environment variable. + * testing express level value. * * Return: Test pass status (TRUE/FALSE) * |