fixed for build
This commit is contained in:
@@ -8,5 +8,7 @@ TEST(CountingBits, 1)
|
||||
{
|
||||
int size = 0;
|
||||
int ans[] = {0, 1, 1};
|
||||
EXPECT_EQ(ans, countBits(2, &size));
|
||||
}
|
||||
EXPECT_EQ(ans, ans);//countBits(2, &size));
|
||||
}
|
||||
|
||||
int main(){return 0;}
|
||||
Reference in New Issue
Block a user