kernelbase/tests: Add test for Sleep(1).
commit94b5ccef81761b5d0a18f280b497d7f1716baa6f
authorMyah Caron <qsniyg@protonmail.com>
Sun, 9 Aug 2020 15:41:04 +0000 (9 15:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Aug 2020 19:28:41 +0000 (10 21:28 +0200)
tree6f6f78e4d907f9bd5a52a636f98cb173cb57a54b
parent23cc3003722317b72bd798a00678f24c36937762
kernelbase/tests: Add test for Sleep(1).

Sleep(1) should sleep until the next kernel tick, not necessarily one
millisecond. Thanks to Henri Verbeet for pointing this out.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49564
Signed-off-by: Myah Caron <qsniyg@protonmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/kernelbase/tests/sync.c