Commit b69811f5 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

quartz/tests: Remove misplaced ok() call.

parent e86063d6
......@@ -303,7 +303,6 @@ static void test_threads(void)
*/
while (IEnumPins_Next(enumpins, 1, &avipin, NULL) == S_OK)
{
ok(hr == S_OK, "hr: %08x\n", hr);
IPin_QueryDirection(avipin, &dir);
if (dir == PINDIR_OUTPUT)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment