ClangDriverTests:ToolChainTest.cpp: Fix warnings. [-Wsign-compare]
EXPECT_EQ(num,num) is aware of signedness, even if rhs is a constant.
Loading
Please sign in to comment
EXPECT_EQ(num,num) is aware of signedness, even if rhs is a constant.