Skip to content

Commit 49a14d7

Browse files
committed
Fixed C&P-error in unit test that was added in previous commit
1 parent 374ea8f commit 49a14d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6288,7 +6288,7 @@ class TestOther : public TestFixture {
62886288

62896289
// #6197
62906290
check("void foo() {\n"
6291-
" return strcmp(a, b);\n"
6291+
" DebugLog::getInstance().log(systemInfo.getSystemInfo());\n"
62926292
"}", "test.cpp", false, false, false, true, &settings_std);
62936293
ASSERT_EQUALS("", errout.str());
62946294
}

0 commit comments

Comments
 (0)