mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 13:33:00 +01:00
Cleanup.
This commit is contained in:
@@ -21,6 +21,7 @@ TEST_CASE("getTempPath", "")
|
||||
REQUIRE(bx::getTempPath(tmpDir, &len) );
|
||||
}
|
||||
|
||||
#if !BX_PLATFORM_OSX
|
||||
TEST_CASE("semaphore_timeout", "")
|
||||
{
|
||||
bx::Semaphore sem;
|
||||
@@ -33,3 +34,4 @@ TEST_CASE("semaphore_timeout", "")
|
||||
printf("%f\n", ms);
|
||||
REQUIRE(!ok);
|
||||
}
|
||||
#endif // !BX_PLATFORM_OSX
|
||||
|
||||
Reference in New Issue
Block a user