Skip to content

Commit 2be7dd7

Browse files
author
zhouwg
committed
tests: make CI happy
1 parent 2821acc commit 2be7dd7

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
@@ -334,7 +334,7 @@ int main(int argc, char * argv[]) {
334334

335335
n_end_time = ggml_time_us();
336336
n_duration = (n_end_time - n_begin_time) / 1000;
337-
printf("duration of ut GGML_OP_%s: %ld milliseconds\n", ggml_op_name((enum ggml_op)n_ggml_op_type), n_duration);
337+
printf("duration of ut GGML_OP_%s: %lld milliseconds\n", ggml_op_name((enum ggml_op)n_ggml_op_type), n_duration);
338338

339339
return 0;
340340
}

0 commit comments

Comments
 (0)