We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8e981 commit dc5f592Copy full SHA for dc5f592
1 file changed
test/testother.cpp
@@ -12745,10 +12745,10 @@ class TestOther : public TestFixture {
12745
ASSERT_EQUALS("", errout_str());
12746
12747
check("void f(std::ifstream& fin, std::set<std::string>& s) {\n"
12748
- " std::string line;\n"
12749
- " while (std::getline(fin, line)) {\n"
12750
- " s.emplace(std::move(line));\n"
12751
- " }\n"
+ " std::string line;\n"
+ " while (std::getline(fin, line)) {\n"
+ " s.emplace(std::move(line));\n"
+ " }\n"
12752
"}\n");
12753
12754
}
0 commit comments