summaryrefslogtreecommitdiffstats
path: root/test/tfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tfile.c')
-rw-r--r--test/tfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c
index c4d008d..cd87fdd 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -1016,7 +1016,7 @@ test_file_freespace(void)
/* Create datasets in file */
for(u=0; u<10; u++) {
sprintf(name,"Dataset %u",u);
- dset = H5Dcreate(file, name, H5T_NATIVE_INT, dspace, dcpl);
+ dset = H5Dcreate(file, name, H5T_STD_U32LE, dspace, dcpl);
CHECK(dset, FAIL, "H5Dcreate");
ret = H5Dclose(dset);