Skip to content

Commit e95639c

Browse files
committed
Comment
1 parent 585b9a0 commit e95639c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testunusedvar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7071,7 +7071,7 @@ class TestUnusedVar : public TestFixture {
70717071
"}\n");
70727072
ASSERT_EQUALS("[test.cpp:6:10]: (style) Unused variable: s [unusedVariable]\n", errout_str());
70737073

7074-
functionVariableUsage("template <typename T>\n"
7074+
functionVariableUsage("template <typename T>\n" // #14783
70757075
"struct A {\n"
70767076
" A() = default;\n"
70777077
"};\n"

0 commit comments

Comments
 (0)