Skip to content

Commit 82b2a0f

Browse files
Update teststl.cpp
1 parent 1eafc89 commit 82b2a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/teststl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4703,7 +4703,7 @@ class TestStl : public TestFixture {
47034703
"}\n");
47044704
ASSERT_EQUALS("[test.cpp:3:14]: (performance) Concatenating the result of c_str() and a std::string is slow and redundant. [stlcstrConcat]\n",
47054705
errout_str());
4706-
4706+
47074707
check("std::string get();\n"
47084708
"std::string f(std::string & s) {\n"
47094709
" s = get().c_str();\n"

0 commit comments

Comments
 (0)