mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
minor chage: const ref
This commit is contained in:
parent
328f64ba85
commit
90c678ee07
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ namespace UnitTest {
|
|||
{
|
||||
MemoryOutStream stream;
|
||||
stream << failure;
|
||||
vector<TestParameterAbstract*> parameters = ParameterizedManager::getInstance().getStack(&test);
|
||||
const vector<TestParameterAbstract*> & parameters = ParameterizedManager::getInstance().getStack(&test);
|
||||
if (!parameters.empty())
|
||||
{
|
||||
stream << " Parameters: ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue