Skip to content

Commit 8f2c02d

Browse files
Update testother.cpp
1 parent e2fa36c commit 8f2c02d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/testother.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,8 @@ class TestOther : public TestFixture {
19711971
ASSERT_EQUALS("[test.cpp:2:11]: (style) The scope of the variable 'p' can be reduced. [variableScope]\n"
19721972
"[test.cpp:12:11]: (style) The scope of the variable 'q' can be reduced. [variableScope]\n",
19731973
errout_str());
1974-
1974+
}
1975+
19751976
void varScope45() {
19761977
check("void g(int x, int y) {\n" // #14497
19771978
" int a = x, b = y;\n"

0 commit comments

Comments
 (0)