1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Merge branch 'ThrowTheSwitch:master' into dev/gen-testrunner-use-begin-end-macro

This commit is contained in:
andre-lei
2024-05-03 10:55:46 -07:00
committed by GitHub
6 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
static void run_test(UnityTestFunction func, const char* name, UNITY_LINE_TYPE line_num)
{
Unity.CurrentTestName = name;
Unity.CurrentTestLineNumber = line_num;
Unity.CurrentTestLineNumber = (UNITY_UINT) line_num;
#ifdef UNITY_USE_COMMAND_LINE_ARGS
if (!UnityTestMatches())
return;