Skip to content

Commit

Permalink
Update dsets.cpp, add semicolon for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Jun 22, 2023
1 parent 73ccdde commit 02c71bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/test/dsets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ test_operator(H5File &file)
static herr_t
test_read_string(H5File &file)
{
SUBTEST("DataSet::read(H5std_string)")
SUBTEST("DataSet::read(H5std_string)");
try {
const H5std_string DATASET_NAME("test_read_string");
const unsigned long NX = 8;
Expand Down

0 comments on commit 02c71bd

Please sign in to comment.