quartz/tests: Remove misplaced ok() call.

This commit is contained in:
Michael Stefaniuc 2012-05-16 10:42:59 +02:00 committed by Alexandre Julliard
parent e86063d686
commit b69811f5ee
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{