Skip to content

Commit 72667f7

Browse files
committed
update test
1 parent 79ca30a commit 72667f7

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
@@ -1328,7 +1328,7 @@ class TestVarID : public TestFixture {
13281328
ASSERT_EQUALS(expected2, tokenize(code2));
13291329

13301330
const char code3[] = "extern void (*arr[10])(uint32_t some);\n";
1331-
const char expected3[] = "1: extern void ( * arr@1 [ 10 ] ) ( uint32_t some@2 ) ;\n";
1331+
const char expected3[] = "1: extern void ( * arr@1 [ 10 ] ) ( uint32_t some ) ;\n";
13321332
ASSERT_EQUALS(expected3, tokenize(code3));
13331333

13341334
const char code4[] = "_Static_assert(sizeof((struct S){0}.i) == 4);\n"; // #12729

0 commit comments

Comments
 (0)