browseui: Remove a test with a wrong pointer.

This commit is contained in:
Mikołaj Zalewski 2007-03-16 19:32:05 +01:00 committed by Alexandre Julliard
parent 6eefb9d3dd
commit 823c64ef99

View file

@ -296,7 +296,6 @@ static void test_ACLMulti(void)
acl2->expret = E_FAIL;
ok(acl->lpVtbl->Expand(acl, exp) == E_FAIL, "Unexpected Expand return\n");
ok(mgr->lpVtbl->Remove(mgr, (IUnknown *)0xdeadbeef) == E_FAIL, "Unexpected Remove return\n");
stop_on_error(mgr->lpVtbl->Remove(mgr, (IUnknown *)acl1));
ok(acl1->ref == 1, "acl1 not released\n");
expect_end(obj);