mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-13 22:08:24 +00:00
Cleanup.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#include "test.h"
|
||||
#include <bx/thread.h>
|
||||
|
||||
#if BX_CONFIG_SUPPORTS_THREADING
|
||||
|
||||
bx::DefaultAllocator s_allocator;
|
||||
bx::MpScUnboundedBlockingQueue<void> s_mpsc(&s_allocator);
|
||||
|
||||
@@ -69,3 +71,5 @@ TEST_CASE("MpScUnboundedBlockingQueue", "")
|
||||
|
||||
REQUIRE(result == 0x1389);
|
||||
}
|
||||
|
||||
#endif // BX_CONFIG_SUPPORTS_THREADING
|
||||
|
||||
Reference in New Issue
Block a user