aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-find-references-normal
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/codesearch/testdata/query-find-references-normal')
-rw-r--r--pkg/codesearch/testdata/query-find-references-normal10
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: }