mscoree/tests: Remove an unneeded test.
This commit is contained in:
parent
759f12c187
commit
d360b6f913
|
@ -149,7 +149,6 @@ static void test_loadlibraryshim(void)
|
|||
const WCHAR fusion[] = {'f','u','s','i','o','n',0};
|
||||
const WCHAR fusiondll[] = {'f','u','s','i','o','n','.','d','l','l',0};
|
||||
const WCHAR nosuchdll[] = {'j','n','v','n','l','.','d','l','l',0};
|
||||
const WCHAR gdipdll[] = {'g','d','i','p','l','u','s','.','d','l','l',0};
|
||||
const WCHAR gdidll[] = {'g','d','i','3','2','.','d','l','l',0};
|
||||
HRESULT hr;
|
||||
const WCHAR *latest = NULL;
|
||||
|
@ -239,11 +238,6 @@ static void test_loadlibraryshim(void)
|
|||
if (SUCCEEDED(hr))
|
||||
FreeLibrary(hdll);
|
||||
|
||||
hr = pLoadLibraryShim(gdipdll, latest, NULL, &hdll);
|
||||
todo_wine ok(hr == E_HANDLE, "LoadLibraryShim failed, hr=%x\n", hr);
|
||||
if (SUCCEEDED(hr))
|
||||
FreeLibrary(hdll);
|
||||
|
||||
hr = pLoadLibraryShim(gdidll, latest, NULL, &hdll);
|
||||
todo_wine ok(hr == E_HANDLE, "LoadLibraryShim failed, hr=%x\n", hr);
|
||||
if (SUCCEEDED(hr))
|
||||
|
|
Loading…
Reference in New Issue