Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Nov 30, 2015
1 parent ac51e01 commit e566eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public void testGetSystemTimes() {
long userTime = WinBase.FILETIME.dateToFileTime(lpUserTime.toDate());
// All should be >= 0. kernel includes idle.
assertTrue(idleTime >= 0);
assertTrue(kernelTime >= idle);
assertTrue(kernelTime >= idleTime);
assertTrue(userTime >= 0);
}

Expand Down

0 comments on commit e566eb2

Please sign in to comment.