summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tnullspace.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tnullspace.ddl')
-rw-r--r--tools/testfiles/tnullspace.ddl16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/testfiles/tnullspace.ddl b/tools/testfiles/tnullspace.ddl
deleted file mode 100644
index 32e208f..0000000
--- a/tools/testfiles/tnullspace.ddl
+++ /dev/null
@@ -1,16 +0,0 @@
-HDF5 "tnullspace.h5" {
-GROUP "/" {
- ATTRIBUTE "attr" {
- DATATYPE H5T_STD_U32LE
- DATASPACE NULL
- DATA {
- }
- }
- DATASET "dset" {
- DATATYPE H5T_STD_I32BE
- DATASPACE NULL
- DATA {
- }
- }
-}
-}