Skip to content

Commit b1886ee

Browse files
committed
Fix after rebasing
1 parent 73446d3 commit b1886ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SerialIOTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6428,11 +6428,11 @@ void append_mode(
64286428
*/
64296429
helper::listSeries(read);
64306430
}
6431+
// AppendAfterSteps has a bug before that version
64316432
#if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \
64326433
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \
64336434
208002700
6434-
// AppendAfterSteps has a bug before that version
6435-
if (auxiliary::ends_with(filename, "bp5"))
6435+
if (auxiliary::ends_with(filename, ".bp5"))
64366436
{
64376437
{
64386438
Series write(

0 commit comments

Comments
 (0)