Skip to content

Commit 15248cc

Browse files
committed
Update existing test
1 parent 886db33 commit 15248cc

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

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

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

0 commit comments

Comments
 (0)