Skip to content

Commit

Permalink
Fix test_bitset.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
asolwa authored and eyalz800 committed Mar 18, 2024
1 parent e949de4 commit 0fbd858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test_bitset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TEST(test_bitset, sanity)
in(i).or_throw();

EXPECT_EQ(in.position(), 1u);
EXPECT_EQ(i, i);
EXPECT_EQ(o, i);
}

} // namespace test_bitset

0 comments on commit 0fbd858

Please sign in to comment.