summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tshuffle.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tshuffle.ddl')
-rw-r--r--tools/testfiles/tshuffle.ddl7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/testfiles/tshuffle.ddl b/tools/testfiles/tshuffle.ddl
index c68668c..d3995dc 100644
--- a/tools/testfiles/tshuffle.ddl
+++ b/tools/testfiles/tshuffle.ddl
@@ -5,9 +5,10 @@ HDF5 "tfilters.h5" {
DATASET "shuffle" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
- STORAGE_LAYOUT CHUNKED {
- SIZE 800 ( 10, 5 )
- }
+ STORAGE_LAYOUT {
+ CHUNKED ( 10, 5 )
+ SIZE 800
+ }
FILTERS {
PREPROCESSING SHUFFLE
}