Skip to content

Commit

Permalink
[test-libc] refs fibercrypto#5 Correcting work TestParseDate
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Mar 27, 2020
1 parent 8fc2289 commit 6f36371
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cgo/tests/check_util.datetime.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ START_TEST(TestParseDate)
{
printf("Load TestParseDate \n");
GoUint64_ some_date = 1577665665;
time_t datetime = time(some_date);
printf("The value is %d\n", datetime);
}
END_TEST

Expand Down

0 comments on commit 6f36371

Please sign in to comment.