summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/trefer_grpR.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/trefer_grpR.ddl')
-rw-r--r--tools/testfiles/trefer_grpR.ddl15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/testfiles/trefer_grpR.ddl b/tools/testfiles/trefer_grpR.ddl
deleted file mode 100644
index 298b836..0000000
--- a/tools/testfiles/trefer_grpR.ddl
+++ /dev/null
@@ -1,15 +0,0 @@
-HDF5 "trefer_grp.h5" {
-GROUP "/" {
- DATASET "dset" {
- DATATYPE H5T_REFERENCE { H5T_STD_REF }
- DATASPACE SCALAR
- DATA {
- GROUP "trefer_grp.h5/group"
- }
- }
- GROUP "group" {
- GROUP "group3" {
- }
- }
-}
-}