mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
kernel32/tests: Add SetLastError() before a test (Valgrind).
This commit is contained in:
parent
f082eac97c
commit
4c6e57654f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue