diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-09 18:23:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-09 18:23:02 (GMT) |
commit | 66990bc90fe83c0d32e96694918e67928dadb9d0 (patch) | |
tree | e47b4c902cb36125464db1b83fd772e5fde56134 /tools | |
parent | daddf169b078f2c3982af513416e7f0f9208a211 (diff) | |
download | hdf5-66990bc90fe83c0d32e96694918e67928dadb9d0.zip hdf5-66990bc90fe83c0d32e96694918e67928dadb9d0.tar.gz hdf5-66990bc90fe83c0d32e96694918e67928dadb9d0.tar.bz2 |
HDFFV-10297 - code changes nullify error
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5repack/CMakeTests.cmake | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/test/h5repack/CMakeTests.cmake b/tools/test/h5repack/CMakeTests.cmake index c68f18a..559dd88 100644 --- a/tools/test/h5repack/CMakeTests.cmake +++ b/tools/test/h5repack/CMakeTests.cmake @@ -1377,11 +1377,7 @@ ADD_H5_UD_TEST (plugin_test 0 h5repack_layout.h5 -v -f UD=257,0,1,9) ADD_H5_UD_TEST (plugin_none 0 h5repack_layout.UD.h5 -v -f NONE) # check for no parameters - set (TESTRETVAL 255) - if (WIN32) - set (TESTRETVAL -1) - endif () - ADD_H5_UD_TEST (plugin_zero ${TESTRETVAL} h5repack_layout.h5 -v -f UD=250,0,0) + ADD_H5_UD_TEST (plugin_zero 0 h5repack_layout.h5 -v -f UD=250,0,0) if (HDF5_TEST_VFD) # Run test with different Virtual File Driver |