Skip to content

Commit d4a1354

Browse files
authored
Remove flakey stopwatch test (#10628)
1 parent 7be45e8 commit d4a1354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

std/datetime/stopwatch.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ public:
166166
Thread.sleep(usecs(1));
167167

168168
sw.reset();
169-
assert(sw.peek() < msecs(1));
170169
assert(sw._timeStarted > before);
171170
assert(sw._timeStarted <= MonoTime.currTime);
172171
}

0 commit comments

Comments
 (0)