- Revert 53150, FAT corruption was not caused by ntdll:exception test;

svn path=/trunk/; revision=53161
This commit is contained in:
Olaf Siejka 2011-08-10 11:29:41 +00:00
parent 5a88d3050f
commit f7ead57f00

View file

@ -1392,11 +1392,6 @@ START_TEST(exception)
{
HMODULE hntdll = GetModuleHandleA("ntdll.dll");
if(!winetest_interactive) {
skip("ReactOS Bug 6404: ntdll_winetest:exception enters kdbg on the int3 exception test.\n");
return;
}
code_mem = VirtualAlloc(NULL, 65536, MEM_RESERVE | MEM_COMMIT, PAGE_EXECUTE_READWRITE);
if(!code_mem) {
trace("VirtualAlloc failed\n");