Fixed C&P-error in unit test that was added in previous commit

This commit is contained in:
PKEuS 2014-09-29 19:57:27 +02:00
parent 374ea8f039
commit 49a14d72e7
1 changed files with 1 additions and 1 deletions

View File

@ -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());
} }