summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 7171b18..cb27004 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -814,8 +814,6 @@ main(void)
H5Gset_comment(grp, ".", "Causes diagnostic messages to be emitted");
H5Gclose (grp);
-
-
status = test_create(file);
nerrors += status < 0 ? 1 : 0;
@@ -824,7 +822,7 @@ main(void)
status = test_tconv(file);
nerrors += status < 0 ? 1 : 0;
-
+
status = test_compression(file);
nerrors += status < 0 ? 1 : 0;