diff options
Diffstat (limited to 'test/tattr.c')
-rw-r--r-- | test/tattr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tattr.c b/test/tattr.c index 3fcc2d5..68e21a2 100644 --- a/test/tattr.c +++ b/test/tattr.c @@ -6549,7 +6549,7 @@ test_attr_shared_write(hid_t fcpl, hid_t fapl) /* Create "big" dataspace for "large" attributes */ big_sid = H5Screate_simple(SPACE1_RANK, big_dims, NULL); - CHECK(sid, FAIL, "H5Screate_simple"); + CHECK(big_sid, FAIL, "H5Screate_simple"); /* Loop over type of shared components */ for(test_shared = 0; test_shared < 3; test_shared++) { @@ -6875,7 +6875,7 @@ test_attr_shared_rename(hid_t fcpl, hid_t fapl) /* Create "big" dataspace for "large" attributes */ big_sid = H5Screate_simple(SPACE1_RANK, big_dims, NULL); - CHECK(sid, FAIL, "H5Screate_simple"); + CHECK(big_sid, FAIL, "H5Screate_simple"); /* Loop over type of shared components */ for(test_shared = 0; test_shared < 3; test_shared++) { @@ -7680,7 +7680,7 @@ test_attr_shared_unlink(hid_t fcpl, hid_t fapl) /* Create "big" dataspace for "large" attributes */ big_sid = H5Screate_simple(SPACE1_RANK, big_dims, NULL); - CHECK(sid, FAIL, "H5Screate_simple"); + CHECK(big_sid, FAIL, "H5Screate_simple"); /* Loop over type of shared components */ for(test_shared = 0; test_shared < 3; test_shared++) { |