Skip to content

Commit

Permalink
missed API in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nigriMSFT committed Apr 30, 2024
1 parent 223208c commit ace5a28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/lib/TimeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ void CxPlatTestTimeBasic()
TEST_TRUE(CxPlatTimeDiff64(T1Ms64, T2Ms64) < SleepTimeMs + FudgeMs);
TEST_TRUE(CxPlatTimeDiff32(T1Ms32, T2Ms32) > SleepTimeMs - FudgeMs);
TEST_TRUE(CxPlatTimeDiff32(T1Ms32, T2Ms32) < SleepTimeMs + FudgeMs);

TEST_TRUE(CxPlatTimeAtOrBefore32(T1Ms32, T2Ms32));
TEST_TRUE(CxPlatTimeAtOrBefore64(T1Ms64, T2Ms64));
}

0 comments on commit ace5a28

Please sign in to comment.