summaryrefslogtreecommitdiffstats
path: root/test/tconfig.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-08-03 20:35:54 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-08-03 20:35:54 (GMT)
commit4d65048d2d5468c79ef0b5c26f18f9262584d06d (patch)
tree8662242d85a014dbad14239533b2c3fbb84236f0 /test/tconfig.c
parent181f251055701e7e808b034bbab5acae71f73d7a (diff)
downloadhdf5-4d65048d2d5468c79ef0b5c26f18f9262584d06d.zip
hdf5-4d65048d2d5468c79ef0b5c26f18f9262584d06d.tar.gz
hdf5-4d65048d2d5468c79ef0b5c26f18f9262584d06d.tar.bz2
[svn-r11193] Purpose:
fixed typo for uint_fast16_t verification. Tested in Red storm.
Diffstat (limited to 'test/tconfig.c')
-rw-r--r--test/tconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tconfig.c b/test/tconfig.c
index 9c18b4b..cce4fb3 100644
--- a/test/tconfig.c
+++ b/test/tconfig.c
@@ -156,7 +156,7 @@ test_config_ctypes(void)
#endif
#if H5_SIZEOF_INT_FAST16_T > 0
- vrfy_cint_type(int_fast16_t, int_fast16_t, H5_SIZEOF_INT_FAST16_T);
+ vrfy_cint_type(int_fast16_t, uint_fast16_t, H5_SIZEOF_INT_FAST16_T);
#endif
#if H5_SIZEOF_INT_FAST32_T > 0