Skip to content

Commit 045e416

Browse files
authored
SerialIOTest: Clang-Tidy Fixes (#1599)
Small updates seen by Clang-Tidy.
1 parent 30e5bde commit 045e416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/SerialIOTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5469,6 +5469,7 @@ void adios2_group_table(
54695469
write.close();
54705470

54715471
Series read("../samples/group_table.bp", Access::READ_LINEAR, jsonRead);
5472+
// NOLINTNEXTLINE(performance-for-range-copy)
54725473
for (auto iteration : read.readIterations())
54735474
{
54745475
switch (iteration.iterationIndex)
@@ -6515,7 +6516,7 @@ TEST_CASE("deferred_parsing", "[serial]")
65156516
}
65166517

65176518
#if openPMD_HAS_ADIOS_2_9
6518-
void chaotic_stream(std::string filename, bool variableBased)
6519+
void chaotic_stream(std::string const &filename, bool variableBased)
65196520
{
65206521
/*
65216522
* We will write iterations in the following order.

0 commit comments

Comments
 (0)