Skip to content

Commit 462f719

Browse files
committed
Change lu to ld in printf.
1 parent 41da687 commit 462f719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/test/mapping/use_device_addr/target_data_use_device_addr_class_member_ref_with_map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct ST {
3838
// CHECK-NEXT: 0 1
3939
intptr_t offset_device = (intptr_t)mapped_ptr - (intptr_t)&d;
4040
printf("%d %d\n", &d == mapped_ptr, offset == offset_device);
41-
printf("%lu %ld\n", offset, offset_device);
41+
printf("%ld %ld\n", offset, offset_device);
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)