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.
2 parents 8bd8aef + bfb97f2 commit 004af40Copy full SHA for 004af40
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