Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Apr 8, 2024
1 parent b7e6af6 commit 6b5a893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8986,8 +8986,8 @@ class TestClass : public TestFixture {
" int getI() const { return i; }"
" std::string getS() const { return s; }"
"};");
ASSERT_EQUALS("[test.cpp:1]: (style) Function 'getT()' should return member 't' by const reference.\n"
"[test.cpp:1]: (style) Function 'getS()' should return member 's' by const reference.\n",
ASSERT_EQUALS("[test.cpp:1]: (performance) Function 'getT()' should return member 't' by const reference.\n"
"[test.cpp:1]: (performance) Function 'getS()' should return member 's' by const reference.\n",
errout_str());
}

Expand Down

0 comments on commit 6b5a893

Please sign in to comment.