mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
Merge pull request #930 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:develop to develop
* commit '7c293908a772dd19d69872b4dbf1fdcbbbf5f94f': Improving tests Description: Fixed typos that caused daily test failure on Ostrich Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich)
This commit is contained in:
commit
53235aa24c
@ -7684,7 +7684,7 @@ test_versionbounds(void)
|
||||
if (ret < 0) TEST_ERROR
|
||||
|
||||
/* Create a enumerate datatype */
|
||||
enum_type = H5Tcreate(H5T_ENUM, sizeof(short));
|
||||
enum_type = H5Tcreate(H5T_ENUM, sizeof(color_t));
|
||||
if (enum_type < 0) TEST_ERROR
|
||||
|
||||
enum_val = E1_RED;
|
||||
|
Loading…
Reference in New Issue
Block a user