We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c45569 commit dace2c2Copy full SHA for dace2c2
1 file changed
test/testother.cpp
@@ -7707,7 +7707,7 @@ class TestOther : public TestFixture {
7707
"}");
7708
ASSERT_EQUALS(
7709
"[test.cpp:2:22]: (style) Same expression on both sides of '&'. [duplicateExpression]\n"
7710
- "[test.cpp:2:29]: (style) Same expression on both sides of '&'. [duplicateExpression]\n", // duplicate
+ "[test.cpp:2:29]: (style) Same expression on both sides of '&'. [duplicateExpression]\n",
7711
errout_str());
7712
7713
}
0 commit comments