diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-21 09:59:13 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-21 13:38:45 +0000 |
| commit | 8fc377978dcf81013752b91c15eb8d573fca560f (patch) | |
| tree | c1cf2241556888c759e0d2ab8641caee53a35e0d /pkg/codesearch/testdata/query-find-references-normal | |
| parent | 6b862b615943965909f5b1b611786b5ba2d2819e (diff) | |
pkg/codesearch: do indexing of struct/union/enum
Update #6469
Diffstat (limited to 'pkg/codesearch/testdata/query-find-references-normal')
| -rw-r--r-- | pkg/codesearch/testdata/query-find-references-normal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/codesearch/testdata/query-find-references-normal b/pkg/codesearch/testdata/query-find-references-normal index 1bc1a4be1..2c19827cc 100644 --- a/pkg/codesearch/testdata/query-find-references-normal +++ b/pkg/codesearch/testdata/query-find-references-normal @@ -2,10 +2,10 @@ find-references source0.c same_name_in_several_files "" 3 10 same_name_in_several_files has 1 references: -function function_with_comment_in_header calls it at source0.c:21 - 19: void function_with_comment_in_header() - 20: { - 21: same_name_in_several_files(); - 22: } +function function_with_comment_in_header calls it at source0.c:26 + 24: void function_with_comment_in_header() + 25: { + 26: same_name_in_several_files(); + 27: } |
