Skip to content

Commit f9ba739

Browse files
author
zhouwg
committed
tests: make CI happy
1 parent 7e4294b commit f9ba739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/simple-backend-ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ int main(int argc, char * argv[]) {
258258
return 2;
259259
}
260260

261-
printf("ggml_blck_size(%s) %ld\n", ggml_type_name(qtype), ggml_blck_size(qtype));
261+
printf("ggml_blck_size(%s) %lld\n", ggml_type_name(qtype), ggml_blck_size(qtype));
262262
printf("ggml_type_size(%s) %ld\n", ggml_type_name(qtype), ggml_type_size(qtype));
263263
if (qtype != GGML_TYPE_F32) {
264264
sizex = ggml_blck_size(qtype);

0 commit comments

Comments
 (0)