We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633b4e4 commit c9ed9a9Copy full SHA for c9ed9a9
1 file changed
test/testtokenize.cpp
@@ -6788,6 +6788,7 @@ class TestTokenizer : public TestFixture {
6788
ASSERT_EQUALS("unoRef:: var0(", testAst(code1));
6789
6790
ASSERT_EQUALS("vary=", testAst("std::string var = y;"));
6791
+ ASSERT_EQUALS("vary=", testAst("std::unique_ptr<int> var = y;")); // #14019
6792
6793
ASSERT_EQUALS("", testAst("void *(*var)(int);"));
6794
ASSERT_EQUALS("", testAst("void *(*var[2])(int);"));
0 commit comments