You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/testcondition.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5903,7 +5903,7 @@ class TestCondition : public TestFixture {
5903
5903
" i = 1;\n"
5904
5904
" return i;\n"
5905
5905
"}\n");
5906
-
ASSERT_EQUALS("[test.cpp:6:9]: (style) The if condition is the same as the previous if condition [duplicateCondition]\n", errout_str());
5906
+
ASSERT_EQUALS("[test.cpp:4:12] -> [test.cpp:6:12]: (style) The if condition is the same as the previous if condition [duplicateCondition]\n", errout_str());
0 commit comments