Commit 4c6e5765 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

kernel32/tests: Add SetLastError() before a test (Valgrind).

parent f082eac9
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment