Removed nonsensical std::log() testcase

This commit is contained in:
Sebastian Messmer 2015-12-11 12:44:20 +01:00
parent 1ecabdabeb
commit ff812abf79
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ using std::numeric_limits;
class CeilLogTest: public Test {};
TEST_F(CeilLogTest, Log3_0) {
EXPECT_EQ(0, ceilLog(3, 0));
}
TEST_F(CeilLogTest, Log3_1) {
EXPECT_EQ(0, ceilLog(3, 1));
}