Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Charonxin committed Aug 14, 2023
1 parent 8fdfa6a commit e659906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/System/Classes/tm_timer_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ TEST_CASE ("function raw_time") {

CHECK (startTime >= 0);

unsigned int endTime= raw_time ();
time_t endTime= raw_time ();

CHECK (endTime >= startTime);
}
Expand Down

0 comments on commit e659906

Please sign in to comment.