Skip to content

Commit dace2c2

Browse files
Update testother.cpp
1 parent 0c45569 commit dace2c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7707,7 +7707,7 @@ class TestOther : public TestFixture {
77077707
"}");
77087708
ASSERT_EQUALS(
77097709
"[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
7710+
"[test.cpp:2:29]: (style) Same expression on both sides of '&'. [duplicateExpression]\n",
77117711
errout_str());
77127712

77137713
}

0 commit comments

Comments
 (0)