summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tnestcomp-1.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tnestcomp-1.ddl')
-rw-r--r--tools/testfiles/tnestcomp-1.ddl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tnestcomp-1.ddl b/tools/testfiles/tnestcomp-1.ddl
index 92590f3..5c91726 100644
--- a/tools/testfiles/tnestcomp-1.ddl
+++ b/tools/testfiles/tnestcomp-1.ddl
@@ -14,7 +14,7 @@ GROUP "/" {
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
} "char_name";
- H5T_IEEE_F32LE "array_name"[2];
+ H5T_ARRAY [2] of H5T_IEEE_F32LE "array_name";
} "d_name";
}
DATASPACE { SIMPLE ( 10 ) / ( 10 ) }