From 7c293908a772dd19d69872b4dbf1fdcbbbf5f94f Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Fri, 9 Mar 2018 00:35:42 -0600 Subject: Improving tests Description: Fixed typos that caused daily test failure on Ostrich Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) --- test/dtypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dtypes.c b/test/dtypes.c index 426f3b9..1a27634 100644 --- a/test/dtypes.c +++ b/test/dtypes.c @@ -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; -- cgit v0.12