[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:
Michael Kruse 2022-02-28 18:44:36 -06:00
parent b7fd30eac3
commit 96ae86bd29
1 changed files with 1 additions and 1 deletions

View File

@ -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);