Skip to content

Commit c9ed9a9

Browse files
Update testtokenize.cpp
1 parent 633b4e4 commit c9ed9a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/testtokenize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6788,6 +6788,7 @@ class TestTokenizer : public TestFixture {
67886788
ASSERT_EQUALS("unoRef:: var0(", testAst(code1));
67896789

67906790
ASSERT_EQUALS("vary=", testAst("std::string var = y;"));
6791+
ASSERT_EQUALS("vary=", testAst("std::unique_ptr<int> var = y;")); // #14019
67916792

67926793
ASSERT_EQUALS("", testAst("void *(*var)(int);"));
67936794
ASSERT_EQUALS("", testAst("void *(*var[2])(int);"));

0 commit comments

Comments
 (0)