forked from OSchip/llvm-project
[test] Silence compiler warning.
signed/unsigned comparison in gtest macro. Also fix buidlbots: https://lab.llvm.org/buildbot#builders/36/builds/18337 https://lab.llvm.org/buildbot#builders/57/builds/15594
This commit is contained in:
parent
b7fd30eac3
commit
96ae86bd29
|
@ -1972,7 +1972,7 @@ TEST_F(OpenMPIRBuilderTest, StaticWorkShareLoop) {
|
|||
}
|
||||
|
||||
TEST_P(OpenMPIRBuilderTestWithIVBits, StaticChunkedWorkshareLoop) {
|
||||
int IVBits = GetParam();
|
||||
unsigned IVBits = GetParam();
|
||||
|
||||
using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
|
||||
OpenMPIRBuilder OMPBuilder(*M);
|
||||
|
|
Loading…
Reference in New Issue