We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605a4f5 commit 75722f9Copy full SHA for 75722f9
1 file changed
test/testsimplifytypedef.cpp
@@ -3864,7 +3864,7 @@ class TestSimplifyTypedef : public TestFixture {
3864
const char code[] = "using std::vector;\n" // #12041
3865
"typedef vector<int> ints;\n"
3866
"void f(ints v);\n";
3867
- const char exp[] = "3: void f ( std :: vector < int > v@var1 ) ;";
+ const char exp[] = "void f ( std :: vector < int > v ) ;";
3868
ASSERT_EQUALS(exp, tok(code));
3869
}
3870
0 commit comments