summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNeil Fortner <fortnern@gmail.com>2022-09-01 13:19:01 (GMT)
committerGitHub <noreply@github.com>2022-09-01 13:19:01 (GMT)
commit033b7ace5aff35cced7561921789176fb3831cdb (patch)
tree5c6dc926bd60a317aab702297f64cb8a06b9e0cc /test
parent3cc7265e7727534eafbb2261768edfc0b6b3db82 (diff)
downloadhdf5-033b7ace5aff35cced7561921789176fb3831cdb.zip
hdf5-033b7ace5aff35cced7561921789176fb3831cdb.tar.gz
hdf5-033b7ace5aff35cced7561921789176fb3831cdb.tar.bz2
Address review comments from downstream merge of #2016 (#2073) (#2081)
Diffstat (limited to 'test')
-rw-r--r--test/dtypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index c72fce0..75a8f6e 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -3432,7 +3432,7 @@ test_compound_15_attr(void)
if ((attr_id = H5Acreate_by_name(file, ".", "attr_cmpd", cmpd_f_tid, space_id, H5P_DEFAULT, H5P_DEFAULT,
H5P_DEFAULT)) < 0)
- FAIL_PUTS_ERROR("Can't create dataset\n");
+ FAIL_PUTS_ERROR("Can't create attribute\n");
if (H5Awrite(attr_id, cmpd_f_tid, &wdata1) < 0)
FAIL_PUTS_ERROR("Can't write data\n");