diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-22 15:23:38 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-22 15:23:38 (GMT) |
commit | 2c47094d4004c916d16667a23efe018db2c0558d (patch) | |
tree | 3b58f8260550898cf95b8eb2b77f0d6c7efb5dee /test/external_common.h | |
parent | 500f6cccbd4bfe01b67f2bd02f74df58edef045f (diff) | |
download | hdf5-2c47094d4004c916d16667a23efe018db2c0558d.zip hdf5-2c47094d4004c916d16667a23efe018db2c0558d.tar.gz hdf5-2c47094d4004c916d16667a23efe018db2c0558d.tar.bz2 |
Changing file names to avoid possible conflicts during parallel test.
Diffstat (limited to 'test/external_common.h')
-rw-r--r-- | test/external_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/external_common.h b/test/external_common.h index 50f6e6d..1e4fe7a 100644 --- a/test/external_common.h +++ b/test/external_common.h @@ -41,5 +41,5 @@ static const char *EXT_FNAME[] = { #define TOTAL_SIZE 100 #define GARBAGE_PER_FILE 10 -H5TEST_DLL herr_t reset_raw_data_files(void); +H5TEST_DLL herr_t reset_raw_data_files(int); #endif /* _EXTERNAL_COMMON_H */ |