Skip to content

Commit 2e6df2f

Browse files
committed
update tests
1 parent ba55280 commit 2e6df2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testvarid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3540,7 +3540,7 @@ class TestVarID : public TestFixture {
35403540
"}\n";
35413541
ASSERT_EQUALS("1: void f ( ) {\n"
35423542
"2: int * p@1 ;\n"
3543-
"3: void ( * a@2 [ 1 ] ) ( int * p ) = { 0 } ;\n"
3543+
"3: void ( * a@2 [ 1 ] ) ( int * p@3 ) = { 0 } ;\n"
35443544
"4: }\n",
35453545
tokenize(code4));
35463546
}

0 commit comments

Comments
 (0)