mshtml: Don't test the contents of an output parameter.

This commit is contained in:
Alexandre Julliard 2007-02-12 13:41:35 +01:00
parent 0da187dda8
commit fe57f04a44
1 changed files with 0 additions and 1 deletions

View File

@ -575,7 +575,6 @@ static HRESULT WINAPI Moniker_GetDisplayName(IMoniker *iface, IBindCtx *pbc,
/* ok(pbc != NULL, "pbc == NULL\n"); */
ok(pmkToLeft == NULL, "pmkToLeft=%p\n", pmkToLeft);
ok(ppszDisplayName != NULL, "ppszDisplayName == NULL\n");
ok(*ppszDisplayName == NULL, "*ppszDisplayName=%p\n", *ppszDisplayName);
*ppszDisplayName = CoTaskMemAlloc(sizeof(winetest_test));
memcpy(*ppszDisplayName, winetest_test, sizeof(winetest_test));