Skip to content

Commit 4552184

Browse files
committed
remove extra i++
1 parent c2d9fb6 commit 4552184

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/format/sam_file_format_test_template.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ TYPED_TEST_P(sam_file_read, read_in_all_data)
230230
EXPECT_RANGE_EQ(rec.seq(), this->seqs[i]);
231231
EXPECT_RANGE_EQ(rec.qual(), this->quals[i]);
232232
// EXPECT_EQ(rec.tags(), this->tag_dicts[i]);
233-
++i;
234233
}
235234
}
236235

0 commit comments

Comments
 (0)