Skip to content

Commit dbc9f07

Browse files
committed
Fixup
1 parent 1259ed6 commit dbc9f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/CIR/PointerLikeTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class CIROpenACCPointerLikeTest : public ::testing::Test {
187187

188188
// Access the first element of the structure.
189189
OwningOpRef<cir::GetMemberOp> access1 = cir::GetMemberOp::create(
190-
b, loc, cir::PointerType::get(ty1), val, b.getStringAttr("f1"), 0);
190+
b, loc, cir::PointerType::get(ty1), val, b.getStringAttr("f1"), 0u);
191191
mlir::Value accessVal1 = access1.get();
192192

193193
// Verify that we get the expected element type.

0 commit comments

Comments
 (0)