We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-WConversion
1 parent 3cbe499 commit 0ace9d8Copy full SHA for 0ace9d8
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