summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tdset-3s.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tdset-3s.ddl')
-rw-r--r--tools/testfiles/tdset-3s.ddl15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/testfiles/tdset-3s.ddl b/tools/testfiles/tdset-3s.ddl
deleted file mode 100644
index 93bdac8..0000000
--- a/tools/testfiles/tdset-3s.ddl
+++ /dev/null
@@ -1,15 +0,0 @@
-HDF5 "tdset.h5" {
-DATASET "/dset1" {
- DATATYPE H5T_STD_I32BE
- DATASPACE SIMPLE { ( 10, 20 ) / ( 10, 20 ) }
- SUBSET {
- START ( 1, 1 );
- STRIDE ( 1, 1 );
- COUNT ( 1, 1 );
- BLOCK ( 1, 1 );
- DATA {
- (1,1): 2
- }
- }
-}
-}