Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and...
Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and silence a null conversion warning. llvm-svn: 307989
Loading
Please register or sign in to comment