summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unregister.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unregister.c b/test/unregister.c
index 297035d..383958d 100644
--- a/test/unregister.c
+++ b/test/unregister.c
@@ -242,14 +242,14 @@ main(void)
if(nerrors)
goto error;
- printf("All dataset tests passed.\n");
+ printf("All filter unregistration tests passed.\n");
h5_cleanup(FILENAME, fapl);
return 0;
error:
nerrors = MAX(1, nerrors);
- printf("***** %d DATASET TEST%s FAILED! *****\n",
+ printf("***** %d FILTER UNREGISTRATION TEST%s FAILED! *****\n",
nerrors, 1 == nerrors ? "" : "S");
return 1;
}