Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-kustikova committed Oct 15, 2015
1 parent 878f368 commit 36fbef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tbitfield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ TEST(TBitField, and_operator_applied_to_bitfields_of_non_equal_size)
bf2.SetBit(3);

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

EXPECT_EQ(expBf, bf1 & bf2);
}
Expand Down

0 comments on commit 36fbef2

Please sign in to comment.