Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pikasTech committed Jan 2, 2024
1 parent 5e48de6 commit 89f46e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions port/linux/test/unix-time-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ int compare(const _tm* t1, const _tm* t2) {
for (int i = 0; i < size; i++) {
// printf("t1=%d,t2=%d\n",it1[i],it2[i]);
if (it1[i] != it2[i]) {
printf("mytime: ");
time_asctime(t1);
printf("ctime: ");
time_asctime(t2);
// printf("mytime: ");
// time_asctime(t1);
// printf("ctime: ");
// time_asctime(t2);
return 1;
}
}
Expand Down

0 comments on commit 89f46e6

Please sign in to comment.