Skip to content

Commit 07b6dbe

Browse files
Update testunusedvar.cpp
1 parent 71fdbf5 commit 07b6dbe

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
@@ -6599,7 +6599,7 @@ class TestUnusedVar : public TestFixture {
65996599
ASSERT_EQUALS("[test.cpp:2:23]: (style) Variable 's' is assigned a value that is never used. [unreadVariable]\n", errout_str());
66006600

66016601
functionVariableUsage("void f() {\n" // #14201
6602-
" std::pair<T, U> p;
6602+
" std::pair<T, U> p;\n"
66036603
"}\n");
66046604
ASSERT_EQUALS("", errout_str());
66056605
}

0 commit comments

Comments
 (0)