Skip to content

Commit

Permalink
Remove flakey stopwatch test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel committed Jan 21, 2025
1 parent 7be45e8 commit e01f62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/datetime/stopwatch.d
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ public:
Thread.sleep(usecs(1));

sw.reset();
assert(sw.peek() < msecs(1));
assert(sw._timeStarted > before);
assert(sw._timeStarted <= MonoTime.currTime);
}
Expand Down

0 comments on commit e01f62c

Please sign in to comment.