eet: typo. Patch by Vincent Torri

SVN revision: 50445
This commit is contained in:
Boris Faure 2010-07-23 07:32:34 +00:00
parent a1022c849e
commit 2ac69e62f0
1 changed files with 2 additions and 2 deletions

View File

@ -1528,8 +1528,8 @@ START_TEST(eet_cache_concurrency)
# else
ret = WaitForSingleObject((HANDLE)thread, INFINITE);
fail_if(ret != WAIT_OBJECT_0);
fail_if(GetExitCoeThread((HANDLE)thread, &ret) == FALSE);
fail_if(ret != 0)
fail_if(GetExitCodeThread((HANDLE)thread, &ret) == FALSE);
fail_if(ret != 0);
# endif
fail_if(unlink(file) != 0);