mirror of
https://github.com/pret/pokeemerald.git
synced 2026-06-02 22:05:46 -05:00
Fixed leaking tasks not showing up in summary (#5890)
This commit is contained in:
parent
1bd1e934f1
commit
a10f63e317
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user