mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01: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