mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
chore(test): remove incomplete thread test (#97)
This commit is contained in:
parent
931096bb50
commit
d98b5dc45b
1 changed files with 0 additions and 11 deletions
|
|
@ -46,14 +46,3 @@ TEST_CASE("SCritSect::Leave", "[thread]") {
|
|||
SUCCEED();
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("SThread::Create", "[thread]") {
|
||||
SECTION("creates new thread") {
|
||||
SThread thread;
|
||||
auto threadName = const_cast<char*>("TestThread");
|
||||
auto threadParam = STORM_ALLOC(16);
|
||||
REQUIRE(SThread::Create(threadProc, threadParam, thread, threadName, 0) != 0);
|
||||
|
||||
STORM_FREE(threadParam);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue