Skip to content

Commit 2559b1d

Browse files
committed
update test
1 parent 79ca30a commit 2559b1d

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
@@ -4500,7 +4500,7 @@ class TestVarID : public TestFixture {
45004500
"2: struct T { struct S s ; } ;\n"
45014501
"3: struct U { struct T t ; } ;\n"
45024502
"4: void f ( ) {\n"
4503-
"5: struct U u@4 ; u@4 = { .@UNIQUE t@5 = { . s = { . s = 1 } } } ;\n"
4503+
"5: struct U u@4 ; u@4 = { .@UNIQUE t@5 = { .@UNIQUE s@6 = { .@UNIQUE s@7 = 1 } } } ;\n"
45044504
"6: }\n";
45054505
ASSERT_EQUALS(exp, tokenizeExpr(code));
45064506
}

0 commit comments

Comments
 (0)