mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[PSAPI_WINETESTS]
No need to skip these tests, they are working again. ROSTESTS-122 svn path=/trunk/; revision=60795
This commit is contained in:
@@ -105,12 +105,6 @@ static void test_EnumProcessModules(void)
|
||||
HMODULE hMod = GetModuleHandle(NULL);
|
||||
DWORD ret, cbNeeded = 0xdeadbeef;
|
||||
|
||||
if (!winetest_interactive)
|
||||
{
|
||||
win_skip("Stack corruption - ROSTESTS-122\n");
|
||||
return;
|
||||
}
|
||||
|
||||
SetLastError(0xdeadbeef);
|
||||
pEnumProcessModules(NULL, NULL, 0, &cbNeeded);
|
||||
ok(GetLastError() == ERROR_INVALID_HANDLE, "expected error=ERROR_INVALID_HANDLE but got %d\n", GetLastError());
|
||||
|
||||
Reference in New Issue
Block a user