Fixed leaking tasks not showing up in summary (#5890)

This commit is contained in:
Eduardo Quezada
2024-12-29 14:18:40 -03:00
committed by GitHub
parent 1bd1e934f1
commit a10f63e317

View File

@@ -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;
}
}