summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tldouble.wddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tldouble.wddl')
-rw-r--r--tools/testfiles/tldouble.wddl11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/testfiles/tldouble.wddl b/tools/testfiles/tldouble.wddl
deleted file mode 100644
index 4793b4d..0000000
--- a/tools/testfiles/tldouble.wddl
+++ /dev/null
@@ -1,11 +0,0 @@
-HDF5 "tldouble.h5" {
-GROUP "/" {
- DATASET "dset" {
- DATATYPE 128-bit little-endian floating-point
- DATASPACE SIMPLE { ( 3 ) / ( 3 ) }
- DATA {
- (0): 1, 2, 3
- }
- }
-}
-}