From 49a14d72e75ab75fc402468c657b0f64197c62df Mon Sep 17 00:00:00 2001 From: PKEuS Date: Mon, 29 Sep 2014 19:57:27 +0200 Subject: [PATCH] Fixed C&P-error in unit test that was added in previous commit --- test/testother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testother.cpp b/test/testother.cpp index 9c5ddbecc..039113805 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -6288,7 +6288,7 @@ private: // #6197 check("void foo() {\n" - " return strcmp(a, b);\n" + " DebugLog::getInstance().log(systemInfo.getSystemInfo());\n" "}", "test.cpp", false, false, false, true, &settings_std); ASSERT_EQUALS("", errout.str()); }