mirror of
https://github.com/reactos/wine.git
synced 2025-02-25 07:22:28 +00:00
dxdiagn/tests: Add a trailing '\n' to an ok() call.
This commit is contained in:
parent
381d73e423
commit
f096b023c4
@ -279,7 +279,7 @@ static void test_GetChildContainer(void)
|
||||
ok(hr == S_OK,
|
||||
"Expected IDxDiagContainer::GetChildContainer to return S_OK, got 0x%08x\n", hr);
|
||||
if (SUCCEEDED(hr))
|
||||
todo_wine ok(ptr != child, "Expected the two pointers (%p vs. %p) to be unequal", child, ptr);
|
||||
todo_wine ok(ptr != child, "Expected the two pointers (%p vs. %p) to be unequal\n", child, ptr);
|
||||
|
||||
IDxDiagContainer_Release(ptr);
|
||||
IDxDiagContainer_Release(child);
|
||||
|
Loading…
x
Reference in New Issue
Block a user