mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -42,7 +42,9 @@ TEST_CASE("Thread", "")
|
||||
|
||||
REQUIRE(!th.isRunning() );
|
||||
|
||||
th.init(threadExit0);
|
||||
bool init = th.init(threadExit0, NULL, 0, NULL);
|
||||
REQUIRE(init);
|
||||
|
||||
REQUIRE(th.isRunning() );
|
||||
th.push(NULL);
|
||||
th.shutdown();
|
||||
|
||||
Reference in New Issue
Block a user