Skip to content

Commit

Permalink
Fixed leaking tasks not showing up in summary (#5890)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Dec 29, 2024
1 parent 1bd1e93 commit a10f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_runner.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ void CB2_TestRunner(void)
{
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;
}
}
Expand Down

0 comments on commit a10f63e

Please sign in to comment.