summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcomp-2.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tcomp-2.ddl')
-rw-r--r--tools/testfiles/tcomp-2.ddl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tcomp-2.ddl b/tools/testfiles/tcomp-2.ddl
index 9b6bb89..d3c27df 100644
--- a/tools/testfiles/tcomp-2.ddl
+++ b/tools/testfiles/tcomp-2.ddl
@@ -8,7 +8,7 @@ DATATYPE "/type1" {
}
DATATYPE "/type2" {
H5T_STD_I32BE int_array[4];
- H5T_STD_I32BE float_array[5][6];
+ H5T_IEEE_F32BE float_array[5][6];
}
DATATYPE "/group1/type3" {
H5T_STD_I32BE int;