Skip to content

Commit bb3516f

Browse files
committed
Fix after rebasing
1 parent 599a369 commit bb3516f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SerialIOTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6419,7 +6419,7 @@ void append_mode(
64196419
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \
64206420
208002700
64216421
// AppendAfterSteps has a bug before that version
6422-
if (extension == "bp5")
6422+
if (auxiliary::ends_with(filename, ".bp5"))
64236423
{
64246424
{
64256425
Series write(

0 commit comments

Comments
 (0)