mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
Remove flakey stopwatch test (#10628)
This commit is contained in:
parent
7be45e8e01
commit
d4a1354f31
1 changed files with 0 additions and 1 deletions
|
@ -166,7 +166,6 @@ public:
|
||||||
Thread.sleep(usecs(1));
|
Thread.sleep(usecs(1));
|
||||||
|
|
||||||
sw.reset();
|
sw.reset();
|
||||||
assert(sw.peek() < msecs(1));
|
|
||||||
assert(sw._timeStarted > before);
|
assert(sw._timeStarted > before);
|
||||||
assert(sw._timeStarted <= MonoTime.currTime);
|
assert(sw._timeStarted <= MonoTime.currTime);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue