Skip to content

Commit aa37342

Browse files
committed
1 parent 7f26693 commit aa37342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/IR/DebugInfoTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ TEST(AssignmentTrackingTest, Utils) {
506506
// 4. Check that deleting works and applies only to the target function.
507507
at::deleteAll(&Fun1);
508508
// There should now only be the alloca and ret in fun1.
509-
EXPECT_EQ(Fun1.begin()->size(), 2);
509+
EXPECT_EQ(Fun1.begin()->size(), 2u);
510510
// fun2's alloca should have the same DIAssignID and remain linked to its
511511
// llvm.dbg.assign.
512512
EXPECT_EQ(Fun2ID, cast_or_null<DIAssignID>(

0 commit comments

Comments
 (0)