Fixed C&P-error in unit test that was added in previous commit
This commit is contained in:
parent
374ea8f039
commit
49a14d72e7
|
@ -6288,7 +6288,7 @@ private:
|
||||||
|
|
||||||
// #6197
|
// #6197
|
||||||
check("void foo() {\n"
|
check("void foo() {\n"
|
||||||
" return strcmp(a, b);\n"
|
" DebugLog::getInstance().log(systemInfo.getSystemInfo());\n"
|
||||||
"}", "test.cpp", false, false, false, true, &settings_std);
|
"}", "test.cpp", false, false, false, true, &settings_std);
|
||||||
ASSERT_EQUALS("", errout.str());
|
ASSERT_EQUALS("", errout.str());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue