eet: typo. Patch by Vincent Torri

SVN revision: 50445
devs/devilhorns/wayland_egl
Boris Faure 14 years ago
parent a1022c849e
commit 2ac69e62f0
  1. 4
      legacy/eet/src/tests/eet_suite.c

@ -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);

Loading…
Cancel
Save