mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-20 00:54:57 -05:00
Fixed leaking tasks not showing up in summary (#5890)
This commit is contained in:
@@ -276,7 +276,7 @@ top:
|
||||
{
|
||||
if (gTasks[i].isActive)
|
||||
{
|
||||
Test_MgbaPrintf("%p: task not freed", gTasks[i].func);
|
||||
Test_MgbaPrintf(":L%s:%d - %p: task not freed", gTestRunnerState.test->filename, SourceLine(0), gTasks[i].func);
|
||||
gTestRunnerState.result = TEST_RESULT_FAIL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user