mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 21:22:20 +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));
|
||||
|
||||
sw.reset();
|
||||
assert(sw.peek() < msecs(1));
|
||||
assert(sw._timeStarted > before);
|
||||
assert(sw._timeStarted <= MonoTime.currTime);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue