On 22.01.2016 16:10, Piotr Caban wrote:
- if (i == sizeof(ids)/sizeof(ids[0]))
ok(0, "all timers were created successfully\n");
Why don't you use ok() directly to check the condition?
On 01/24/16 18:48, Sebastian Lackner wrote:
On 22.01.2016 16:10, Piotr Caban wrote:
- if (i == sizeof(ids)/sizeof(ids[0]))
ok(0, "all timers were created successfully\n");
Why don't you use ok() directly to check the condition?
It was a leftover from some earlier tests. I've sent a new version of the patch.
Thanks, Piotr