summaryrefslogtreecommitdiffstats
path: root/test/tattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tattr.c')
-rw-r--r--test/tattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tattr.c b/test/tattr.c
index 20e8091..5501056 100644
--- a/test/tattr.c
+++ b/test/tattr.c
@@ -10169,7 +10169,7 @@ test_attr_bug6(hid_t fcpl, hid_t fapl)
/* Open root group */
gid = H5Gopen2(fid, "/", H5P_DEFAULT);
- CHECK(gid, FAIL, "H5Gcreate2");
+ CHECK(gid, FAIL, "H5Gopen2");
/* Create dataspace */
sid = H5Screate_simple(1, dims, NULL);
@@ -10184,7 +10184,7 @@ test_attr_bug6(hid_t fcpl, hid_t fapl)
/* Open the attribute again */
aid2 = H5Aopen(gid, ATTR1_NAME, H5P_DEFAULT);
- CHECK(aid2, FAIL, "H5Aopen_name");
+ CHECK(aid2, FAIL, "H5Aopen");
ret = H5Aread(aid2, H5T_NATIVE_INT, intar);
CHECK(ret, FAIL, "H5Aread");