mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[PSAPI_WINETEST]
* Amine, don't deny the user's rights to run disabled tests on demand. svn path=/trunk/; revision=60472
This commit is contained in:
parent
2d1542bad0
commit
63449a40a0
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ static void test_EnumProcessModules(void)
|
|||
HMODULE hMod = GetModuleHandle(NULL);
|
||||
DWORD ret, cbNeeded = 0xdeadbeef;
|
||||
|
||||
if(!winetest_interactive)
|
||||
win_skip("Stack corruption - ROSTEST-122\n");
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue