summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 26642bf..ba6a075 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -469,7 +469,6 @@ int main(int argc, char **argv)
AddTest("fillvalue", dataset_fillvalue, NULL,
"dataset fill value", filenames[8]);
-
AddTest("coll. chunked 1", coll_chunk1,NULL,
"simple collective chunk io",filenames[10]);
AddTest("coll. chunked 2", coll_chunk2,NULL,
@@ -478,6 +477,7 @@ int main(int argc, char **argv)
"multi-chunk collective chunk io",filenames[12]);
AddTest("coll. chunked 4", coll_chunk4,NULL,
"collective to independent chunk io",filenames[13]);
+
/* Display testing information */
TestInfo(argv[0]);