mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
kernel32/tests: Add SetLastError() before a test (Valgrind).
This commit is contained in:
parent
f082eac97c
commit
4c6e57654f
@ -138,6 +138,7 @@ static void test_FiberHandling(void)
|
||||
return;
|
||||
}
|
||||
|
||||
SetLastError(0xdeadbeef);
|
||||
fibers[1] = pCreateFiberEx(0,0,0,FiberMainProc,&testparam);
|
||||
ok(fibers[1] != 0, "CreateFiberEx failed with error %d\n", GetLastError());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user