Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 8bd8aef commit bfb97f2Copy full SHA for bfb97f2
src/CppUTest/TestRegistry.cpp
@@ -135,7 +135,7 @@ void TestRegistry::listTestLocations(TestResult& result)
135
testLocation += ".";
136
testLocation += test->getFile();
137
138
- testLocation += StringFromFormat("%d\n",test->getLineNumber());
+ testLocation += StringFromFormat("%d\n",(int) test->getLineNumber());
139
140
testLocations += testLocation;
141
}
0 commit comments