Skip to content

Commit

Permalink
Remove flakey stopwatch test (#10628)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel authored Jan 21, 2025
1 parent 7be45e8 commit d4a1354
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 d4a1354

Please sign in to comment.