Skip to content

Commit 75722f9

Browse files
Update testsimplifytypedef.cpp
1 parent 605a4f5 commit 75722f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testsimplifytypedef.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3864,7 +3864,7 @@ class TestSimplifyTypedef : public TestFixture {
38643864
const char code[] = "using std::vector;\n" // #12041
38653865
"typedef vector<int> ints;\n"
38663866
"void f(ints v);\n";
3867-
const char exp[] = "3: void f ( std :: vector < int > v@var1 ) ;";
3867+
const char exp[] = "void f ( std :: vector < int > v ) ;";
38683868
ASSERT_EQUALS(exp, tok(code));
38693869
}
38703870

0 commit comments

Comments
 (0)