Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Aug 16, 2023
1 parent 7cd5bbd commit a8f2ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testcondition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3857,7 +3857,7 @@ class TestCondition : public TestFixture {
" return foo(OldFormat);\n"
" return false;\n"
"}\n");
ASSERT_EQUALS("[test.cpp:6] -> [test.cpp:7]: (style) Condition 'OldFormat' is always true\n", errout.str());
ASSERT_EQUALS("", errout.str());

// #10208
check("bool GetFirst(std::string &first);\n"
Expand Down

0 comments on commit a8f2ab0

Please sign in to comment.