summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tdeflate.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tdeflate.ddl')
-rw-r--r--tools/testfiles/tdeflate.ddl7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/testfiles/tdeflate.ddl b/tools/testfiles/tdeflate.ddl
index 8cc5b3a..bf36454 100644
--- a/tools/testfiles/tdeflate.ddl
+++ b/tools/testfiles/tdeflate.ddl
@@ -5,9 +5,10 @@ HDF5 "tfilters.h5" {
DATASET "deflate" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
- STORAGE_LAYOUT CHUNKED {
- SIZE 385 ( 10, 5 )
- }
+ STORAGE_LAYOUT {
+ CHUNKED ( 10, 5 )
+ SIZE 385
+ }
FILTERS {
COMPRESSION DEFLATE { LEVEL 9 }
}