Skip to content

Commit

Permalink
try time_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Charonxin committed Aug 14, 2023
1 parent 2fced2d commit 8fdfa6a
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 @@ -72,7 +72,7 @@ to_zero (tm_ostream& out) {
}

TEST_CASE ("function raw_time") {
unsigned int startTime= raw_time ();
time_t startTime= raw_time ();

CHECK (startTime >= 0);

Expand Down

0 comments on commit 8fdfa6a

Please sign in to comment.