diff options
Diffstat (limited to 'tools/testfiles/tbitfields-1.ddl')
-rw-r--r-- | tools/testfiles/tbitfields-1.ddl | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/testfiles/tbitfields-1.ddl b/tools/testfiles/tbitfields-1.ddl deleted file mode 100644 index 038c6d3..0000000 --- a/tools/testfiles/tbitfields-1.ddl +++ /dev/null @@ -1,26 +0,0 @@ -############################# -Expected output for 'h5dump tbitfields.h5' -############################# -HDF5 "tbitfields.h5" { -GROUP "/" { - GROUP "typetests" { - DATASET "bitfield_1" { - DATATYPE { H5T_STD_B8LE } - DATASPACE { SIMPLE ( 32 ) / ( 32 ) } - DATA { - 0xff, 0xfe, 0xfd, 0xfc, 0xfb, 0xfa, 0xf9, 0xf8, 0xf7, 0xf6, 0xf5, - 0xf4, 0xf3, 0xf2, 0xf1, 0xf0, 0xef, 0xee, 0xed, 0xec, 0xeb, 0xea, - 0xe9, 0xe8, 0xe7, 0xe6, 0xe5, 0xe4, 0xe3, 0xe2, 0xe1, 0xe0 - } - } - DATASET "bitfield_2" { - DATATYPE { H5T_STD_B16LE } - DATASPACE { SIMPLE ( 16 ) / ( 16 ) } - DATA { - 0xfffe, 0xfdfc, 0xfbfa, 0xf9f8, 0xf7f6, 0xf5f4, 0xf3f2, 0xf1f0, - 0xefee, 0xedec, 0xebea, 0xe9e8, 0xe7e6, 0xe5e4, 0xe3e2, 0xe1e0 - } - } - } -} -} |