Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Jul 17, 2024
1 parent 60e3698 commit 49404be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/trefer.c
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ test_reference_obj(void)
CHECK(ret, FAIL, "H5Dclose");

/* Open dataset using the name from the referenced object */
ds2_from_name = H5Dopen(fid1, namebuf, H5P_DEFAULT);
ds2_from_name = H5Dopen2(fid1, namebuf, H5P_DEFAULT);
CHECK(ds2_from_name, H5I_INVALID_HID, "H5Dopen");

/* Check information in the dataset */
Expand Down

0 comments on commit 49404be

Please sign in to comment.