Skip to content

Commit 07cb8ab

Browse files
Update testautovariables.cpp
1 parent aa4f867 commit 07cb8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testautovariables.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3241,7 +3241,7 @@ class TestAutoVariables : public TestFixture {
32413241
"}\n");
32423242
ASSERT_EQUALS("", errout_str());
32433243

3244-
check("std::unique_ptr<int> g_p;\n" // #14568
3244+
check("std::unique_ptr<int> g_p;\n" // #14958
32453245
"int* f() {\n"
32463246
" std::unique_ptr<int> tmp = std::make_unique<int>();\n"
32473247
" int* p = tmp.get();\n"

0 commit comments

Comments
 (0)