summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/tselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tselect.c b/test/tselect.c
index 23afc46..0ac5e60 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -4570,7 +4570,7 @@ test_select_combine(void)
none_id=H5Scopy(base_id);
CHECK(none_id, FAIL, "H5Scopy");
error=H5Sselect_none(none_id);
- CHECK(error, FAIL, "H5Sselect_all");
+ CHECK(error, FAIL, "H5Sselect_none");
sel_type=H5Sget_select_type(none_id);
VERIFY(sel_type, H5S_SEL_NONE, "H5Sget_select_type");