Skip to content

Commit

Permalink
Update test_tip_main.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
jasercion authored Oct 20, 2018
1 parent 69422bf commit 0918670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test_tip_main.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ int main() {
struct tm some_time;
some_time.tm_sec = 12;
some_time.tm_min = 12;
some_time.tm_hour = 11;
some_time.tm_hour = 12;
some_time.tm_mday = 14;
some_time.tm_mon = 6;
some_time.tm_year = 104;
Expand Down

0 comments on commit 0918670

Please sign in to comment.