dplayx/tests: Fix typo in ok() message.

This commit is contained in:
Michael Stefaniuc 2013-09-27 00:26:32 +02:00 committed by Alexandre Julliard
parent be2e845cb3
commit e22d33e683
1 changed files with 1 additions and 1 deletions

View File

@ -6470,7 +6470,7 @@ static void test_COM_dplobby(void)
&IID_IUnknown, (void**)&dpl);
ok(hr == CLASS_E_NOAGGREGATION || broken(hr == E_INVALIDARG),
"DirectPlayLobby create failed: %08x, expected CLASS_E_NOAGGREGATION\n", hr);
ok(!dpl || dpl == (IDirectPlayLobby*)0xdeadbeef, "dp4 = %p\n", dpl);
ok(!dpl || dpl == (IDirectPlayLobby*)0xdeadbeef, "dpl = %p\n", dpl);
/* Invalid RIID */
hr = CoCreateInstance(&CLSID_DirectPlayLobby, NULL, CLSCTX_INPROC_SERVER, &IID_IDirectPlay,