summaryrefslogtreecommitdiff
path: root/tools/testfiles/filter_fail.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/filter_fail.ddl')
-rw-r--r--tools/testfiles/filter_fail.ddl10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/testfiles/filter_fail.ddl b/tools/testfiles/filter_fail.ddl
new file mode 100644
index 0000000..3a456f5
--- /dev/null
+++ b/tools/testfiles/filter_fail.ddl
@@ -0,0 +1,10 @@
+HDF5 "filter_fail.h5" {
+GROUP "/" {
+ DATASET "dset_fail" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
+ DATA {
+ }
+ }
+}
+}