Skip to content

Commit

Permalink
Bug fix in test_tbitfield.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-kustikova committed Oct 15, 2015
1 parent 6063271 commit 878f368
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_tbitfield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,8 @@ TEST(TBitField, and_operator_applied_to_bitfields_of_non_equal_size)

// expBf = 00010
expBf.SetBit(1);
expBf.SetBit(2);
expBf.SetBit(3);

EXPECT_EQ(expBf, bf1 | bf2);
EXPECT_EQ(expBf, bf1 & bf2);
}

TEST(TBitField, can_invert_bitfield)
Expand Down

0 comments on commit 878f368

Please sign in to comment.