Skip to content

Commit eddc873

Browse files
Update testcondition.cpp
1 parent e996637 commit eddc873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testcondition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5903,7 +5903,7 @@ class TestCondition : public TestFixture {
59035903
" i = 1;\n"
59045904
" return i;\n"
59055905
"}\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());
59075907
}
59085908

59095909
void checkInvalidTestForOverflow() {

0 commit comments

Comments
 (0)