On 11/15/2016 11:14 AM, Alistair Leslie-Hughes wrote:
Hi Nikolay,
On 15/11/16 03:56, Nikolay Sivov wrote:
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- hr = IErrorRecords_GetRecordCount(errrecs, &cnt);
- ok(hr == S_OK, "got %08x\n", hr);
- ok(cnt == 0, "expected 2 got %d\n", cnt);
The comment here is incorrect.
Right, thanks.
Best Regards Alistair.