We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cbe499 + 0ace9d8 commit c2637c5Copy full SHA for c2637c5
auto/run_test.erb
@@ -2,7 +2,7 @@
2
static void run_test(UnityTestFunction func, const char* name, UNITY_LINE_TYPE line_num)
3
{
4
Unity.CurrentTestName = name;
5
- Unity.CurrentTestLineNumber = line_num;
+ Unity.CurrentTestLineNumber = (UNITY_UINT) line_num;
6
#ifdef UNITY_USE_COMMAND_LINE_ARGS
7
if (!UnityTestMatches())
8
return;
0 commit comments