Skip to content

Commit a8e6d04

Browse files
committed
One more test fix
1 parent 1666202 commit a8e6d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_gpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SENTRY_TEST(gpu_info_basic)
4343
}
4444
if (gpu_info->memory_size > 0) {
4545
has_info = true;
46-
printf(" Memory Size: %zu bytes\n", gpu_info->memory_size);
46+
printf(" Memory Size: %" PRIu64 " bytes\n", gpu_info->memory_size);
4747
}
4848
}
4949

0 commit comments

Comments
 (0)