We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7902cd0 commit 3301728Copy full SHA for 3301728
1 file changed
test/testunusedvar.cpp
@@ -3616,7 +3616,7 @@ class TestUnusedVar : public TestFixture {
3616
}
3617
3618
void localvarUnusedGoto() {
3619
- // #4447
+ // #4447
3620
functionVariableUsage("bool f(const int &i) {\n"
3621
" int X = i;\n"
3622
"label:\n"
@@ -3632,7 +3632,7 @@ class TestUnusedVar : public TestFixture {
3632
"}\n");
3633
ASSERT_EQUALS("", errout.str());
3634
3635
- // #4558
+ // #4558
3636
functionVariableUsage("int f() {\n"
3637
" int i,j=0;\n"
3638
" start:\n"
0 commit comments