Skip to content

Commit 7522146

Browse files
Update testcondition.cpp
1 parent ed2f5cd commit 7522146

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
@@ -2826,7 +2826,7 @@ class TestCondition : public TestFixture {
28262826
" if (p == e) {}\n"
28272827
" if (p) {}\n"
28282828
" }\n"
2829-
"}\n");
2829+
"}\n");
28302830
ASSERT_EQUALS("[test.cpp:2:12] -> [test.cpp:4:13]: (warning) Identical inner 'if' condition is always true. [identicalInnerCondition]\n", errout_str());
28312831
}
28322832

0 commit comments

Comments
 (0)